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
|
||||
(package
|
||||
(name "jetring")
|
||||
(version "0.29")
|
||||
(version "0.30")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://salsa.debian.org/debian/jetring")
|
||||
(commit (string-append "debian/" version))))
|
||||
(commit "535380166eb1b222ba34864af07f3e36f4fb52c9")))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1acbx2vnbkms1c0wgcnh05d4g359sg5z0aiw541vx2qq9sgdhlv6"))))
|
||||
(base32 "19m7rj446pr4nql44khwq0cfxfrm8cslj5v9jll08p7nk6glq5px"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue