guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: screenfetch: Update to 3.8.0-2.e7b94fc.


From: guix-commits
Subject: 01/01: gnu: screenfetch: Update to 3.8.0-2.e7b94fc.
Date: Sun, 29 Sep 2019 07:44:28 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit a7997033fa5635ae83d5671b6bb4c80bc3289c18
Author: Efraim Flashner <address@hidden>
Date:   Sun Sep 29 14:44:06 2019 +0300

    gnu: screenfetch: Update to 3.8.0-2.e7b94fc.
    
    * gnu/packages/admin.scm (screenfetch): Update to 3.8.0-2.e7b94fc.
---
 gnu/packages/admin.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 6d5e4b9..bef6dac 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2852,11 +2852,10 @@ you are running, what theme or icon set you are using, 
etc.")
     (license license:expat)))
 
 (define-public screenfetch
-  ;; First commit supporting current Guix System.
-  (let ((commit "e3ec82dd464e81e4d10bef218b3016e3044c766c"))
+  (let ((commit "e7b94fc3c529b9b97f32b71fd4bc05fb1d0f5864"))
     (package
       (name "screenfetch")
-      (version (git-version "3.8.0" "1" commit))
+      (version (git-version "3.8.0" "2" commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -2865,7 +2864,7 @@ you are running, what theme or icon set you are using, 
etc.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1lzs1l5xgj9mn4b59lhkfgqnyiivf8svd1iwjabzrax90rdmxfwj"))))
+                  "13i7dczbqwhws08zzrdraki1zkqv0qkbgx9c1r8vmg5qr9f7hfzg"))))
       (build-system trivial-build-system)
       (arguments
        `(#:modules ((guix build utils))



reply via email to

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