mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: drpm: Update to 0.5.2.
* gnu/packages/rpm.scm (drpm): Update to 0.5.2.
This commit is contained in:
parent
22fc2f9ab2
commit
521147d04c
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ (define-module (gnu packages rpm)
|
|||
(define-public drpm
|
||||
(package
|
||||
(name "drpm")
|
||||
(version "0.5.1")
|
||||
(version "0.5.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -53,7 +53,7 @@ (define-public drpm
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0czg69crs2idnd8zsr7p01cd02f981gb5hq15m3qkwd25zxxd1l0"))))
|
||||
"0jnbj5c9yf46bpbkq6gax4lfpq54c3xjyl0sa8psya7c1kzn44fx"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list cmocka pkg-config))
|
||||
|
|
Loading…
Reference in a new issue