guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: inxi-minimal: Update to 3.1.05-2.


From: guix-commits
Subject: branch master updated: gnu: inxi-minimal: Update to 3.1.05-2.
Date: Tue, 28 Jul 2020 15:48:28 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b0bf47f  gnu: inxi-minimal: Update to 3.1.05-2.
b0bf47f is described below

commit b0bf47f160c874860a73f4ad2218f94de931c15a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jul 28 20:59:07 2020 +0200

    gnu: inxi-minimal: Update to 3.1.05-2.
    
    * gnu/packages/admin.scm (inxi-minimal): Update to 3.1.05-2.
---
 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 033d80e..6e12ba9 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3586,7 +3586,7 @@ Python loading in HPC environments.")
   (let ((real-name "inxi"))
     (package
       (name "inxi-minimal")
-      (version "3.1.04-1")
+      (version "3.1.05-2")
       (source
        (origin
          (method git-fetch)
@@ -3595,7 +3595,7 @@ Python loading in HPC environments.")
                (commit version)))
          (file-name (git-file-name real-name version))
          (sha256
-          (base32 "1mirnrrqfjyl2r7fwnpjlk37i5hf8f7lxv2yxcbdfjf2b3dfbpvl"))))
+          (base32 "1a7nl2wk49yz5hcrph692xh5phv1mdg1m5cbvgv3ya12c6r32pa2"))))
       (build-system trivial-build-system)
       (inputs
        `(("bash" ,bash-minimal)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]