gnu: libcap: Update to 2.45.
* gnu/packages/linux.scm (libcap): Update to 2.45.master
parent
0fdb7daffb
commit
0ac61e6980
|
@ -2468,7 +2468,7 @@ Linux-based operating systems.")
|
|||
(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 @@ Linux-based operating systems.")
|
|||
"libcap2/libcap-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1qf80lifygbnxwvqjf8jz5j24n6fqqx4ixnkbf76xs2vrmcq664j"))))
|
||||
"11ijmi7jik9iw6pdszc6bylhggghr8cza03bcrbhbqf0cpvkjrnn"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments libcap-2.31)
|
||||
((#:phases phases)
|
||||
|
|
Reference in New Issue