[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/10: gnu: inxi-minimal: Update to 3.1.09-1.
From: |
guix-commits |
Subject: |
01/10: gnu: inxi-minimal: Update to 3.1.09-1. |
Date: |
Fri, 13 Nov 2020 20:17:39 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 647d1ece4910fcf1c4ac7fe24b4b38782e91a2a0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Nov 13 21:49:33 2020 +0100
gnu: inxi-minimal: Update to 3.1.09-1.
* gnu/packages/admin.scm (inxi-minimal): Update to 3.1.09-1.
---
gnu/packages/admin.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 6aa8d87..a65d45a 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3591,7 +3591,7 @@ Python loading in HPC environments.")
(let ((real-name "inxi"))
(package
(name "inxi-minimal")
- (version "3.1.08-1")
+ (version "3.1.09-1")
(source
(origin
(method git-fetch)
@@ -3600,7 +3600,7 @@ Python loading in HPC environments.")
(commit version)))
(file-name (git-file-name real-name version))
(sha256
- (base32 "15b0fn8kv09k7kzyzix1pr1wmjw5yinzgw01v8pf9p547m4a899a"))))
+ (base32 "0m6s8kxjppy3jm39is5i1lbrah29cw86rq0vamvx46izbdyf84y5"))))
(build-system trivial-build-system)
(inputs
`(("bash" ,bash-minimal)
- branch master updated (4e9b2e8 -> 0404b28), guix-commits, 2020/11/13
- 02/10: gnu: python-duniterpy: Update to 0.60.1., guix-commits, 2020/11/13
- 01/10: gnu: inxi-minimal: Update to 3.1.09-1.,
guix-commits <=
- 03/10: gnu: libgda: Update to 5.2.10., guix-commits, 2020/11/13
- 10/10: gnu: python-pykeepass: Update to 3.2.1., guix-commits, 2020/11/13
- 04/10: gnu: nginx-lua-module: Update to 0.10.16., guix-commits, 2020/11/13
- 05/10: gnu: lua-resty-core: Update to 0.1.18., guix-commits, 2020/11/13
- 06/10: gnu: lua-resty-lrucache: Update to 0.10., guix-commits, 2020/11/13
- 07/10: gnu: Add python-pycryptodomex., guix-commits, 2020/11/13
- 08/10: gnu: python-pycryptodome: Expand description., guix-commits, 2020/11/13
- 09/10: gnu: python-pycryptodome: Note public-domain legacy., guix-commits, 2020/11/13