gnu: procenv: Update to 0.58.
* gnu/packages/linux.scm (procenv): Update to 0.58.master
parent
34bbbe6082
commit
9e63bafafb
|
@ -7011,7 +7011,7 @@ the MTP device as a file system.")
|
||||||
(define-public procenv
|
(define-public procenv
|
||||||
(package
|
(package
|
||||||
(name "procenv")
|
(name "procenv")
|
||||||
(version "0.55")
|
(version "0.58")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -7020,7 +7020,7 @@ the MTP device as a file system.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "13fnr4gfj2xlxghw93m5gsxzlwzv3s6jv9hja0w0pb23hlncbmhy"))))
|
(base32 "137n630qzml4yraqzp2fij8nzn8341nf8d58yzfhk8ddlzi60sfm"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
@ -7033,7 +7033,8 @@ the MTP device as a file system.")
|
||||||
("libcap" ,libcap)
|
("libcap" ,libcap)
|
||||||
("libselinux" ,libselinux)))
|
("libselinux" ,libselinux)))
|
||||||
(synopsis "Utility to show process environment")
|
(synopsis "Utility to show process environment")
|
||||||
(description "Procenv is a command-line tool that displays as much detail about
|
(description
|
||||||
|
"Procenv is a command-line tool that displays as much detail about
|
||||||
itself and its environment as possible. It can be used as a test
|
itself and its environment as possible. It can be used as a test
|
||||||
tool, to understand the type of environment a process runs in, and for
|
tool, to understand the type of environment a process runs in, and for
|
||||||
comparing system environments.")
|
comparing system environments.")
|
||||||
|
|
Reference in New Issue