gnu: jetring: Update to 0.30.

* gnu/packages/gnupg.scm (jetring): Update to 0.30.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-11 17:54:57 +01:00
parent 444a38b991
commit affeb3def7
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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