gnu: munge: Update to 0.5.12.

* gnu/packages/admin.scm (munge): Update to 0.5.12.
This commit is contained in:
Efraim Flashner 2016-05-31 19:17:52 +03:00
parent b93efac026
commit b52ae4de46
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 6 additions and 6 deletions

View File

@ -1505,20 +1505,20 @@ displays a table of current bandwidth usage by pairs of hosts.")
(define-public munge (define-public munge
(package (package
(name "munge") (name "munge")
(version "0.5.11") (version "0.5.12")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/dun/munge/archive/munge-" (uri (string-append "https://github.com/dun/munge/releases/"
version ".tar.gz")) "download/munge-" version "/munge-"
(file-name (string-append name "-" version ".tar.gz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0njplyalwwqh7xr7xc7klc6x06mq0ak8w2pxh85w8n4hxkmqqnf5")))) "1s0vlwgm3hcx75vcmjf2y3icy5nv8y07bx93w2cmm6a7x71y6wp9"))))
(inputs (inputs
`(("openssl" ,openssl) `(("openssl" ,openssl)
("libgcrypt" ,libgcrypt))) ("libgcrypt" ,libgcrypt)))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "http://dun.github.io/munge/") (home-page "https://dun.github.io/munge/")
(synopsis "Cluster computing authentication service") (synopsis "Cluster computing authentication service")
(description (description
"Munge is an authentication service for creating and validating "Munge is an authentication service for creating and validating