gnu: libcap: Update to 2.25.
* gnu/packages/linux.scm (libcap): Update to 2.25.master
parent
8471a8d1fe
commit
68ea090b93
|
@ -1087,7 +1087,7 @@ advanced aspects of IP configuration (iptunnel, ipmaddr).")
|
||||||
(define-public libcap
|
(define-public libcap
|
||||||
(package
|
(package
|
||||||
(name "libcap")
|
(name "libcap")
|
||||||
(version "2.24")
|
(version "2.25")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1095,7 +1095,7 @@ advanced aspects of IP configuration (iptunnel, ipmaddr).")
|
||||||
"libcap2/libcap-" version ".tar.xz"))
|
"libcap2/libcap-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rbc9qbqs5bp9am9s9g83wxj5k4ixps2agy9dxr1v1fwg27mdr6f"))))
|
"0qjiqc5pknaal57453nxcbz3mn1r4hkyywam41wfcglq3v2qlg39"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments '(#:phases
|
(arguments '(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Reference in New Issue