mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: java-guava: Use a source file-name.
* gnu/packages/java.scm (java-guava)[source]: Add a file-name field.
This commit is contained in:
parent
12988adf18
commit
2be973c35e
1 changed files with 1 additions and 0 deletions
|
@ -6177,6 +6177,7 @@ It provides packages in the @code{javax.annotations} namespace.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/google/guava/")
|
(url "https://github.com/google/guava/")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00h5cawdjic1vind3yivzh1f58flvm1yfmhsyqwyvmbvj1vakysp"))))
|
"00h5cawdjic1vind3yivzh1f58flvm1yfmhsyqwyvmbvj1vakysp"))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue