gnu: java-logback-core: Add file-name field.
* gnu/package/java.scm (java-logback-core)[source]: Add file-name field. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
9936ffe77d
commit
b1ccd2a1ec
|
@ -10277,6 +10277,7 @@ static code analysis or code manipulation.")))
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/qos-ch/logback/archive/v_"
|
(uri (string-append "https://github.com/qos-ch/logback/archive/v_"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1x6ga74yfgm94cfx98gybakbrlilx8i2gn6dx13l40kasmys06mi"))
|
"1x6ga74yfgm94cfx98gybakbrlilx8i2gn6dx13l40kasmys06mi"))
|
||||||
|
|
Loading…
Reference in New Issue