mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: jetring: Update to 0.30.
* gnu/packages/gnupg.scm (jetring): Update to 0.30.
This commit is contained in:
parent
444a38b991
commit
affeb3def7
1 changed files with 3 additions and 4 deletions
|
@ -1144,17 +1144,16 @@ (define-public parcimonie
|
||||||
(define-public jetring
|
(define-public jetring
|
||||||
(package
|
(package
|
||||||
(name "jetring")
|
(name "jetring")
|
||||||
(version "0.29")
|
(version "0.30")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://salsa.debian.org/debian/jetring")
|
(url "https://salsa.debian.org/debian/jetring")
|
||||||
(commit (string-append "debian/" version))))
|
(commit "535380166eb1b222ba34864af07f3e36f4fb52c9")))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "19m7rj446pr4nql44khwq0cfxfrm8cslj5v9jll08p7nk6glq5px"))))
|
||||||
"1acbx2vnbkms1c0wgcnh05d4g359sg5z0aiw541vx2qq9sgdhlv6"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Reference in a new issue