[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/14: gnu: procenv: Update to 0.58.
From: |
guix-commits |
Subject: |
14/14: gnu: procenv: Update to 0.58. |
Date: |
Sun, 4 Jul 2021 11:56:12 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 9e63bafafbe7a7c2d9804fae62302ac8a7e90090
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 4 17:44:49 2021 +0200
gnu: procenv: Update to 0.58.
* gnu/packages/linux.scm (procenv): Update to 0.58.
---
gnu/packages/linux.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1b1a1d4..da3c875 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7011,7 +7011,7 @@ the MTP device as a file system.")
(define-public procenv
(package
(name "procenv")
- (version "0.55")
+ (version "0.58")
(source
(origin
(method git-fetch)
@@ -7020,7 +7020,7 @@ the MTP device as a file system.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "13fnr4gfj2xlxghw93m5gsxzlwzv3s6jv9hja0w0pb23hlncbmhy"))))
+ (base32 "137n630qzml4yraqzp2fij8nzn8341nf8d58yzfhk8ddlzi60sfm"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
@@ -7033,7 +7033,8 @@ the MTP device as a file system.")
("libcap" ,libcap)
("libselinux" ,libselinux)))
(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
tool, to understand the type of environment a process runs in, and for
comparing system environments.")
- branch master updated (d9c4009 -> 9e63baf), guix-commits, 2021/07/04
- 01/14: gnu: Add ghc-config-ini., guix-commits, 2021/07/04
- 02/14: gnu: Add ghc-data-clist., guix-commits, 2021/07/04
- 08/14: gnu: abiword: Update to 3.0.5., guix-commits, 2021/07/04
- 09/14: gnu: tarlz: Update to 0.21., guix-commits, 2021/07/04
- 14/14: gnu: procenv: Update to 0.58.,
guix-commits <=
- 11/14: gnu: lynis: Update to 3.0.5., guix-commits, 2021/07/04
- 03/14: gnu: Add ghc-text-zipper., guix-commits, 2021/07/04
- 06/14: gnu: Add ghc-quickcheck-assertions., guix-commits, 2021/07/04
- 07/14: gnu: nanovna-saver: Update to 0.3.9., guix-commits, 2021/07/04
- 10/14: gnu: faudio: Update to 21.07., guix-commits, 2021/07/04
- 04/14: gnu: Add ghc-finite-typelits., guix-commits, 2021/07/04
- 05/14: gnu: Add ghc-test-framework-smallcheck., guix-commits, 2021/07/04
- 13/14: gnu: perl-email-abstract: Update to 3.009., guix-commits, 2021/07/04
- 12/14: gnu: reuse: Update to 0.13.0., guix-commits, 2021/07/04