[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: rpm: Update to 4.17.1.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: rpm: Update to 4.17.1.1. |
Date: |
Mon, 16 Jan 2023 17:17:24 -0500 |
This is an automated email from the git hooks/post-receive script.
apteryx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new aa51c4700f gnu: rpm: Update to 4.17.1.1.
aa51c4700f is described below
commit aa51c4700f8a4104681bdab3270b45c222314985
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Jan 16 17:11:03 2023 -0500
gnu: rpm: Update to 4.17.1.1.
* gnu/packages/package-management.scm (rpm): Update to 4.17.1.1.
---
gnu/packages/package-management.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index 6b5040692a..d2934ea941 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -854,7 +854,7 @@ features of Stow with some extensions.")
(define-public rpm
(package
(name "rpm")
- (version "4.17.1")
+ (version "4.17.1.1")
(source (origin
(method url-fetch)
(uri (string-append "http://ftp.rpm.org/releases/rpm-"
@@ -862,7 +862,7 @@ features of Stow with some extensions.")
version ".tar.bz2"))
(sha256
(base32
- "0pbfj94ha59lbnd8dk0aqyxjv37xixfdcazq3y2mhwkf8s9vf48c"))))
+ "0lpkdp55assxf04dvfvwnmfmm6z4q5phkgfli1cwqn4nfxy0all7"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--with-external-db" ;use the system's bdb
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: rpm: Update to 4.17.1.1.,
guix-commits <=