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:
Efraim Flashner 2020-07-17 14:58:11 +03:00
parent 12988adf18
commit 2be973c35e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -6177,6 +6177,7 @@ It provides packages in the @code{javax.annotations} namespace.")
(uri (git-reference
(url "https://github.com/google/guava/")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"00h5cawdjic1vind3yivzh1f58flvm1yfmhsyqwyvmbvj1vakysp"))))