mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: disarchive: Update to 0.2.1.
* gnu/packages/backup.scm (disarchive): Update to 0.2.1.
This commit is contained in:
parent
bcdb8e9885
commit
b9f0e78238
1 changed files with 2 additions and 2 deletions
|
@ -1096,14 +1096,14 @@ backup.")
|
||||||
(define-public disarchive
|
(define-public disarchive
|
||||||
(package
|
(package
|
||||||
(name "disarchive")
|
(name "disarchive")
|
||||||
(version "0.2.0")
|
(version "0.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://files.ngyro.com/disarchive/"
|
(uri (string-append "https://files.ngyro.com/disarchive/"
|
||||||
"disarchive-" version ".tar.gz"))
|
"disarchive-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12d4r4i7vi8fxilr2aww6kzq56jax5ymhjfm3cpgx26vj4c70kb6"))))
|
"1jypk0gdwxqbqxiblww863nzq0kwnc676q68j32sprqd7ilnq02s"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue