mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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
1 changed files with 1 additions and 0 deletions
|
@ -10277,6 +10277,7 @@ static code analysis or code manipulation.")))
|
|||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/qos-ch/logback/archive/v_"
|
||||
version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1x6ga74yfgm94cfx98gybakbrlilx8i2gn6dx13l40kasmys06mi"))
|
||||
|
|
Loading…
Reference in a new issue