nckx pushed a commit to branch master
in repository guix.

commit 83aa4969ec9b5b03cc2f48f7c94e098cc563f8c5
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Fri Oct 15 17:30:43 2021 +0200

    gnu: createrepo-c: Update to 0.17.4.
    
    * gnu/packages/rpm.scm (createrepo-c): Update to 0.17.4.
---
 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 008ddd6..a42e2ea 100644
--- a/gnu/packages/rpm.scm
+++ b/gnu/packages/rpm.scm
@@ -149,7 +149,7 @@ information on multiple streams, default data and 
translations).")
 (define-public createrepo-c
   (package
     (name "createrepo-c")
-    (version "0.17.4")
+    (version "0.17.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -158,7 +158,7 @@ information on multiple streams, default data and 
translations).")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1fgf71mkhghgbp0pf2pazc7hyaix5igb5nl4fqsisjksfvzdfm5k"))))
+                "175na06mjyr8ws5pkknaicpziayj6p0xaanv62d54c6zxl4w484w"))))
     (build-system cmake-build-system)
     (arguments
      `(#:imported-modules (,@%cmake-build-system-modules

Reply via email to