mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -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
|
||||
(package
|
||||
(name "dump")
|
||||
(version "0.4b46")
|
||||
(version "0.4b47")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1016,7 +1016,7 @@ (define-public dump
|
|||
version "/dump-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"15rg5y15ak0ppqlhcih78layvg7cwp6hc16p3c58xs8svlkxjqc0"))))
|
||||
"1l2gzzxyqhinx1yqvj4yn9k8vx3iyqi1965dxf9kvvdv9zgaq8fh"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
@ -1026,7 +1026,7 @@ (define-public dump
|
|||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("openssl" ,openssl-1.0)
|
||||
`(("openssl" ,openssl)
|
||||
("zlib" ,zlib)
|
||||
("util-linux" ,util-linux "lib")
|
||||
("e2fsprogs" ,e2fsprogs)))
|
||||
|
|
Loading…
Reference in a new issue