summaryrefslogtreecommitdiff
path: root/gnu/packages/admin.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-10-06 22:17:12 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-10-08 17:06:14 +0200
commit5578a9c64bb0846be4bd6dfde977d2ef68b41c53 (patch)
tree527246bc0a8ef9d92d17f7936dc1368167fae83d /gnu/packages/admin.scm
parent226e57d674c1a718fb8f27a2cc25224ed42a7235 (diff)
downloadguix-patches-5578a9c64bb0846be4bd6dfde977d2ef68b41c53.tar
guix-patches-5578a9c64bb0846be4bd6dfde977d2ef68b41c53.tar.gz
gnu: munge: Update to 0.5.13.
* gnu/packages/admin.scm (munge): Update to 0.5.13.
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r--gnu/packages/admin.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 8e98174f47..7bbb68ebf1 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1535,7 +1535,7 @@ displays a table of current bandwidth usage by pairs of hosts.")
(define-public munge
(package
(name "munge")
- (version "0.5.12")
+ (version "0.5.13")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/dun/munge/releases/"
@@ -1543,7 +1543,7 @@ displays a table of current bandwidth usage by pairs of hosts.")
version ".tar.xz"))
(sha256
(base32
- "1s0vlwgm3hcx75vcmjf2y3icy5nv8y07bx93w2cmm6a7x71y6wp9"))))
+ "1nj486bbg1adfg298zck96vgx57kchcypc1zdz1n7w540vyksxcr"))))
(inputs
`(("openssl" ,openssl)
("libgcrypt" ,libgcrypt)))