me
/
guix
Archived
1
0
Fork 0

gnu: java-picocli: Use a source file-name.

* gnu/packages/java.scm (java-picocli)[source]: Add a file-name field.
master
Efraim Flashner 2020-06-23 15:53:54 +03:00
parent 1ed87c010e
commit b5698f5b38
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -11922,6 +11922,7 @@ Isolation and Durability) properties.")
(uri (git-reference
(url "https://github.com/remkop/picocli")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1sxp6rxjfgjd98ly14b3d15dvxkm5wg4g46w12jyhmr0kmkaca3c"))))