mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: createrepo-c: Update to 0.17.4.
* gnu/packages/rpm.scm (createrepo-c): Update to 0.17.4.
This commit is contained in:
parent
57f2b19edf
commit
83aa4969ec
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue