mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
gnu: libcap: Update to 2.45.
* gnu/packages/linux.scm (libcap): Update to 2.45.
This commit is contained in:
parent
0fdb7daffb
commit
0ac61e6980
1 changed files with 2 additions and 2 deletions
|
@ -2468,7 +2468,7 @@ (define-public libcap-2.31
|
|||
(define-public libcap
|
||||
(package
|
||||
(inherit libcap-2.31)
|
||||
(version "2.44")
|
||||
(version "2.45")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2476,7 +2476,7 @@ (define-public libcap
|
|||
"libcap2/libcap-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1qf80lifygbnxwvqjf8jz5j24n6fqqx4ixnkbf76xs2vrmcq664j"))))
|
||||
"11ijmi7jik9iw6pdszc6bylhggghr8cza03bcrbhbqf0cpvkjrnn"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments libcap-2.31)
|
||||
((#:phases phases)
|
||||
|
|
Loading…
Reference in a new issue