guix-commits
[Top][All Lists]
Advanced

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

39/104: gnu: papirus-icon-theme: Update to 20200430.


From: guix-commits
Subject: 39/104: gnu: papirus-icon-theme: Update to 20200430.
Date: Sun, 17 May 2020 11:36:34 -0400 (EDT)

nckx pushed a commit to branch core-updates
in repository guix.

commit 97c56853bba52f59efd4ebcbb7801392f38a807e
Author: Leo Prikler <address@hidden>
AuthorDate: Sat May 16 16:23:45 2020 +0800

    gnu: papirus-icon-theme: Update to 20200430.
    
    * gnu/packages/gnome-xyz.scm (papirus-icon-theme): Update to 20200430.
    
    Signed-off-by: 宋文武 <address@hidden>
---
 gnu/packages/gnome-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 0997edb..ec3c622 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -554,8 +554,8 @@ dark elements.  It supports GNOME, Unity, Xfce, and 
Openbox.")
 
 (define-public papirus-icon-theme
   (let ((version "0.0.0") ;; The package does not use semver
-        (revision "0")
-        (tag "20191201"))
+        (revision "1")
+        (tag "20200430"))
     (package
       (name "papirus-icon-theme")
       (version (git-version version revision tag))
@@ -567,7 +567,7 @@ dark elements.  It supports GNOME, Unity, Xfce, and 
Openbox.")
                (commit tag)))
          (sha256
           (base32
-           "0lnz1kmz28xh1f4slbsx7ycji5hgszyiyprbf5w5fbjhvi5gzw1h"))
+           "19dfiifc7cjwy0nb1hgzryzaijszsyix303xsgk5xbmhpwrv92hq"))
          (file-name (git-file-name name version))))
       (build-system gnu-build-system)
     (arguments



reply via email to

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