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
1 changed files with 2 additions and 2 deletions

View File

@ -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