mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: java-hamcrest-core: Remove wrong source file-name.
The sources file-name was set to "java-hamcrest-core", while it contains not only the "core" but all of hamcrest. Further the source archive already has the correct name. * gnu/packages/java.scm (java-hamcrest-core)[source]: Remove file-name.
This commit is contained in:
parent
006728966a
commit
e5213cd63b
1 changed files with 0 additions and 1 deletions
|
@ -1182,7 +1182,6 @@ (define-public java-hamcrest-core
|
|||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/hamcrest/JavaHamcrest/"
|
||||
"archive/hamcrest-java-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"11g0s105fmwzijbv08lx8jlb521yravjmxnpgdx08fvg1kjivhva"))
|
||||
|
|
Loading…
Reference in a new issue