diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-07 03:31:49 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-07 15:37:13 +0100 |
commit | b9499508b4aa6055c01cc9f2d7ff776dd5a53c1c (patch) | |
tree | 51513178823a659c657c89d675c931a2ad3b0d52 | |
parent | 925102bb98f3b501d5168a42ed0d7646f311257c (diff) | |
download | guix-b9499508b4aa6055c01cc9f2d7ff776dd5a53c1c.tar guix-b9499508b4aa6055c01cc9f2d7ff776dd5a53c1c.tar.gz |
gnu: keyutils: Update to 1.5.10.
* gnu/packages/crypto.scm (keyutils): Update to 1.5.10.
-rw-r--r-- | gnu/packages/crypto.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index b498aabf4d..7716205947 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -258,7 +258,7 @@ the wrong hands.") (define-public keyutils (package (name "keyutils") - (version "1.5.9") + (version "1.5.10") (source (origin (method url-fetch) @@ -267,7 +267,7 @@ the wrong hands.") version ".tar.bz2")) (sha256 (base32 - "1bl3w03ygxhc0hz69klfdlwqn33jvzxl1zfl2jmnb2v85iawb8jd")) + "1dmgjcf7mnwc6h72xkvpaqpzxw8vmlnsmzz0s27pg0giwzm3sp0i")) (modules '((guix build utils))) ;; Create relative symbolic links instead of absolute ones to /lib/* (snippet '(substitute* "Makefile" (("\\$\\(LNS\\) \\$\\(LIBDIR\\)/") |