diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-06 03:22:34 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-06 06:12:21 +0200 |
commit | 4f12e5cc7cedca15e46d30e96fb89f7c63eb43e5 (patch) | |
tree | 3709f4afb5720bab208e4f271cf113303bfd39e5 | |
parent | b740a30527737f66007ec0f77b11e39438a6baa7 (diff) | |
download | guix-4f12e5cc7cedca15e46d30e96fb89f7c63eb43e5.tar.gz |
gnu: inxi: Update to 3.0.11-1.
* gnu/packages/admin.scm (inxi): Update to 3.0.11-1.
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 7f2e0678fa..5e4b873d4e 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2652,7 +2652,7 @@ Python loading in HPC environments.") (let ((real-name "inxi")) (package (name "inxi-minimal") - (version "3.0.04-1") + (version "3.0.11-1") (source (origin (method git-fetch) @@ -2661,7 +2661,7 @@ Python loading in HPC environments.") (commit version))) (sha256 (base32 - "14zxdsjgh9dbijmpp0hhvg2yiqqfwnqgcc6x8dpl1v15z1h1r7pc")))) + "07wihl4gsamq98mhxvm6k4vpphym75467cxfa19b3g5ggpyq894g")))) (build-system trivial-build-system) (inputs `(("bash" ,bash) |