[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: drpm: Update to 0.5.1.
From: |
guix-commits |
Subject: |
05/07: gnu: drpm: Update to 0.5.1. |
Date: |
Tue, 2 Aug 2022 15:11:41 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit da96de3b661723954a6469b70d9cb9cc00e031b3
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Aug 2 15:08:56 2022 -0400
gnu: drpm: Update to 0.5.1.
* gnu/packages/rpm.scm (drpm): Update to 0.5.1.
---
gnu/packages/rpm.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/rpm.scm b/gnu/packages/rpm.scm
index 0a785382d5..ab67f6c132 100644
--- a/gnu/packages/rpm.scm
+++ b/gnu/packages/rpm.scm
@@ -44,7 +44,7 @@
(define-public drpm
(package
(name "drpm")
- (version "0.5.0")
+ (version "0.5.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -53,7 +53,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "0m269nl8s31yjyz7kknv4jl9mx12xjpx2ly6wf66zs5613m4rj1z"))))
+ "0czg69crs2idnd8zsr7p01cd02f981gb5hq15m3qkwd25zxxd1l0"))))
(build-system cmake-build-system)
(native-inputs
(list cmocka pkg-config))
- branch master updated (f0be1b82dc -> 1a5384e9a7), guix-commits, 2022/08/02
- 03/07: gnu: libmodulemd: Fix build and use new style inputs and gexps., guix-commits, 2022/08/02
- 07/07: gnu: createrepo-c: Update to 0.20.1., guix-commits, 2022/08/02
- 04/07: gnu: createrepo-c: Use gexps., guix-commits, 2022/08/02
- 06/07: gnu: zchunk: Update to 1.2.2., guix-commits, 2022/08/02
- 01/07: gnu: rpm: Make popt a propagated input., guix-commits, 2022/08/02
- 05/07: gnu: drpm: Update to 0.5.1.,
guix-commits <=
- 02/07: gnu: rpm: Update to 4.17.1., guix-commits, 2022/08/02