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.06-1.


From: guix-commits
Subject: branch master updated: gnu: inxi-minimal: Update to 3.1.06-1.
Date: Thu, 03 Sep 2020 14:07:30 -0400

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

wigust pushed a commit to branch master
in repository guix.

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

commit a603d1e66cdb90a4d45e938fe6ca5151fdae8b33
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Thu Sep 3 10:38:55 2020 +0200

    gnu: inxi-minimal: Update to 3.1.06-1.
    
    * gnu/packages/admin.scm (inxi-minimal): Update to 3.1.06-1.
    
    Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
---
 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 aaed5b8..55f731c 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3589,7 +3589,7 @@ Python loading in HPC environments.")
   (let ((real-name "inxi"))
     (package
       (name "inxi-minimal")
-      (version "3.1.05-2")
+      (version "3.1.06-1")
       (source
        (origin
          (method git-fetch)
@@ -3598,7 +3598,7 @@ Python loading in HPC environments.")
                (commit version)))
          (file-name (git-file-name real-name version))
          (sha256
-          (base32 "1a7nl2wk49yz5hcrph692xh5phv1mdg1m5cbvgv3ya12c6r32pa2"))))
+          (base32 "0h65n03q9kdsv0i1q5f88i11iv79ca7fqq97rdkzkmiqb4whhnm2"))))
       (build-system trivial-build-system)
       (inputs
        `(("bash" ,bash-minimal)



reply via email to

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