gnu: createrepo-c: Update to 0.17.4.

* gnu/packages/rpm.scm (createrepo-c): Update to 0.17.4.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-15 17:30:43 +02:00
parent 57f2b19edf
commit 83aa4969ec
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -149,7 +149,7 @@ information on multiple streams, default data and translations).")
(define-public createrepo-c (define-public createrepo-c
(package (package
(name "createrepo-c") (name "createrepo-c")
(version "0.17.4") (version "0.17.6")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -158,7 +158,7 @@ information on multiple streams, default data and translations).")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1fgf71mkhghgbp0pf2pazc7hyaix5igb5nl4fqsisjksfvzdfm5k")))) "175na06mjyr8ws5pkknaicpziayj6p0xaanv62d54c6zxl4w484w"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:imported-modules (,@%cmake-build-system-modules `(#:imported-modules (,@%cmake-build-system-modules