mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: tinyxml2: Declare a source file-name.
* gnu/packages/xml.scm (tinyxml2)[source]: Declare a source file-name.
This commit is contained in:
parent
4510f976dc
commit
29a3905452
1 changed files with 3 additions and 2 deletions
|
@ -1061,6 +1061,7 @@ C++ programming language.")
|
|||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/leethomason/tinyxml2/archive/"
|
||||
version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"083z4r4khcndxi9k840lcr48sqxvar4gpsnf749xfdn1bkr8xcql"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue