mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: maven: Update to 3.8.4.
* gnu/packages/maven.scm (maven-pom): Update to 3.8.4. (maven-resolver-api): Update to 1.6.3. * gnu/packages/java.scm (java-modello-core): Update to 1.11.
This commit is contained in:
parent
bfb9bde690
commit
26c74ed808
2 changed files with 63 additions and 35 deletions
|
@ -5111,7 +5111,7 @@ project and determining what files need to be rebuilt.")
|
|||
(define-public java-modello-core
|
||||
(package
|
||||
(name "java-modello-core")
|
||||
(version "1.9.1")
|
||||
(version "1.11")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -5120,7 +5120,7 @@ project and determining what files need to be rebuilt.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1di6ni42aqllpdvkpyfcw70352vr2i8wf6hd5nhd9kmqjb5dj5j4"))))
|
||||
"18885sim7z9j3wy19i9083y9kc8l9xxl2px823a96q4rnqj5z8s2"))))
|
||||
(build-system ant-build-system)
|
||||
(arguments
|
||||
`(#:jar-name "modello-core.jar"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue