diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-11 17:54:57 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-11 18:06:56 +0100 |
commit | affeb3def70023a277b66f44d6d0ec9663f8dd54 (patch) | |
tree | f228333d388236095a1497471e73b1c475fea130 /gnu/packages/gnupg.scm | |
parent | 444a38b99134a8cf1bf2c0d5c3b91f40cd193433 (diff) |
gnu: jetring: Update to 0.30.
* gnu/packages/gnupg.scm (jetring): Update to 0.30.
Diffstat (limited to 'gnu/packages/gnupg.scm')
-rw-r--r-- | gnu/packages/gnupg.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 18fc76ef35..f97dd6c4a7 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -1144,17 +1144,16 @@ over.") (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 |