mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: keyutils: Update to 1.5.10.
* gnu/packages/crypto.scm (keyutils): Update to 1.5.10.
This commit is contained in:
parent
925102bb98
commit
b9499508b4
1 changed files with 2 additions and 2 deletions
|
@ -258,7 +258,7 @@ (define-public encfs
|
||||||
(define-public keyutils
|
(define-public keyutils
|
||||||
(package
|
(package
|
||||||
(name "keyutils")
|
(name "keyutils")
|
||||||
(version "1.5.9")
|
(version "1.5.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -267,7 +267,7 @@ (define-public keyutils
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bl3w03ygxhc0hz69klfdlwqn33jvzxl1zfl2jmnb2v85iawb8jd"))
|
"1dmgjcf7mnwc6h72xkvpaqpzxw8vmlnsmzz0s27pg0giwzm3sp0i"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
;; Create relative symbolic links instead of absolute ones to /lib/*
|
;; Create relative symbolic links instead of absolute ones to /lib/*
|
||||||
(snippet '(substitute* "Makefile" (("\\$\\(LNS\\) \\$\\(LIBDIR\\)/")
|
(snippet '(substitute* "Makefile" (("\\$\\(LNS\\) \\$\\(LIBDIR\\)/")
|
||||||
|
|
Loading…
Reference in a new issue