mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: dump: Update to 0.4b47.
* gnu/packages/backup.scm (dump): Update to 0.4b47. [inputs]: Replace OPENSSL-1.0 with OPENSSL.
This commit is contained in:
parent
60947257ae
commit
85243d0d63
1 changed files with 3 additions and 3 deletions
|
@ -1008,7 +1008,7 @@ (define-public zbackup
|
||||||
(define-public dump
|
(define-public dump
|
||||||
(package
|
(package
|
||||||
(name "dump")
|
(name "dump")
|
||||||
(version "0.4b46")
|
(version "0.4b47")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1016,7 +1016,7 @@ (define-public dump
|
||||||
version "/dump-" version ".tar.gz"))
|
version "/dump-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15rg5y15ak0ppqlhcih78layvg7cwp6hc16p3c58xs8svlkxjqc0"))))
|
"1l2gzzxyqhinx1yqvj4yn9k8vx3iyqi1965dxf9kvvdv9zgaq8fh"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
@ -1026,7 +1026,7 @@ (define-public dump
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("openssl" ,openssl-1.0)
|
`(("openssl" ,openssl)
|
||||||
("zlib" ,zlib)
|
("zlib" ,zlib)
|
||||||
("util-linux" ,util-linux "lib")
|
("util-linux" ,util-linux "lib")
|
||||||
("e2fsprogs" ,e2fsprogs)))
|
("e2fsprogs" ,e2fsprogs)))
|
||||||
|
|
Loading…
Reference in a new issue