mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: rpm: Update to 4.17.1.
* gnu/packages/package-management.scm (rpm): Update to 4.17.1.
This commit is contained in:
parent
3685939f1b
commit
b316ddbd83
1 changed files with 2 additions and 2 deletions
|
@ -850,7 +850,7 @@ (define-public xstow
|
|||
(define-public rpm
|
||||
(package
|
||||
(name "rpm")
|
||||
(version "4.17.0")
|
||||
(version "4.17.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://ftp.rpm.org/releases/rpm-"
|
||||
|
@ -858,7 +858,7 @@ (define-public rpm
|
|||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0sjyqs6hc57k46f45b68dfxnp985s0gar0fi1s0ig6vl4h5j439f"))))
|
||||
"0pbfj94ha59lbnd8dk0aqyxjv37xixfdcazq3y2mhwkf8s9vf48c"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--with-external-db" ;use the system's bdb
|
||||
|
|
Loading…
Reference in a new issue