mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: createrepo-c: Update to 0.20.1.
* gnu/packages/rpm.scm (createrepo-c): Update to 0.20.1.
This commit is contained in:
parent
de40c03a75
commit
1a5384e9a7
1 changed files with 2 additions and 2 deletions
|
@ -146,7 +146,7 @@ (define-public libmodulemd
|
|||
(define-public createrepo-c
|
||||
(package
|
||||
(name "createrepo-c")
|
||||
(version "0.17.6")
|
||||
(version "0.20.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -155,7 +155,7 @@ (define-public createrepo-c
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"175na06mjyr8ws5pkknaicpziayj6p0xaanv62d54c6zxl4w484w"))))
|
||||
"07d89s6kknf79phzan3d2vy1rq64ih49qk2w51hsmfn73qins9wy"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue