diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-19 18:41:45 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-19 21:44:31 +0200 |
commit | 48e8bad36e77d41fc348ba6c873e7fa03aca6901 (patch) | |
tree | b15ccf03ce1d51b4272198430bd8cd3cc669ef59 | |
parent | 5800d2aae2490f4192823323b72d17f2645aeb9e (diff) |
gnu: inxi-minimal: Update to 3.1.08-1.
* gnu/packages/admin.scm (inxi-minimal): Update to 3.1.08-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 2cfa4a05e3..8dcf8afd84 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -3571,7 +3571,7 @@ Python loading in HPC environments.") (let ((real-name "inxi")) (package (name "inxi-minimal") - (version "3.1.07-1") + (version "3.1.08-1") (source (origin (method git-fetch) @@ -3580,7 +3580,7 @@ Python loading in HPC environments.") (commit version))) (file-name (git-file-name real-name version)) (sha256 - (base32 "0hs4m2vmfc6srscaz72r6zpkn6n7msgzlps376ks38gj1l103xfn")))) + (base32 "15b0fn8kv09k7kzyzix1pr1wmjw5yinzgw01v8pf9p547m4a899a")))) (build-system trivial-build-system) (inputs `(("bash" ,bash-minimal) |