aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gnupg.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-03-27 02:32:48 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-27 03:26:47 +0200
commit835cf37cebdccd743c91fae5deff50798bcf5e94 (patch)
tree296606d25ddd33739ba004b2bf0e0d78b083d44c /gnu/packages/gnupg.scm
parent814612c0ccc5695cfbcbefc7622cf6ee2b0b5e93 (diff)
downloadguix-835cf37cebdccd743c91fae5deff50798bcf5e94.tar
guix-835cf37cebdccd743c91fae5deff50798bcf5e94.tar.gz
gnu: jetring: Update to 0.27.
* gnu/packages/gnupg.scm (jetring): Update to 0.27.
Diffstat (limited to 'gnu/packages/gnupg.scm')
-rw-r--r--gnu/packages/gnupg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 59d9b97501..c561c14ca7 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -933,7 +933,7 @@ over.")
(define-public jetring
(package
(name "jetring")
- (version "0.25")
+ (version "0.27")
(source
(origin
(method url-fetch)
@@ -941,7 +941,7 @@ over.")
name "_" version ".tar.xz"))
(sha256
(base32
- "0shcnnw0h31b08vmnvf18ni33dg40w18wv9smb69vkklz3h4jhpw"))))
+ "0jy0x5zj7v87xgyldlsx1knzp0mv10wzamblrw1b61i2m1ii4pxz"))))
(build-system gnu-build-system)
(arguments
'(#:phases