guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: papirus-icon-theme: Update to 20200602.


From: guix-commits
Subject: branch master updated: gnu: papirus-icon-theme: Update to 20200602.
Date: Tue, 16 Jun 2020 17:10:02 -0400

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e7a7a48  gnu: papirus-icon-theme: Update to 20200602.
e7a7a48 is described below

commit e7a7a483bcda6ec60d9dff3b3aba88dababe035c
Author: Giacomo Leidi <goodoldpaul@autistici.org>
AuthorDate: Tue Jun 16 22:20:05 2020 +0200

    gnu: papirus-icon-theme: Update to 20200602.
    
    * gnu/packages/gnome-xyz.scm (papirus-icon-theme): Update to 20200602.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 9bef457..53be103 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -555,8 +555,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 "1")
-        (tag "20200430"))
+        (revision "2")
+        (tag "20200602"))
     (package
       (name "papirus-icon-theme")
       (version (git-version version revision tag))
@@ -568,7 +568,7 @@ dark elements.  It supports GNOME, Unity, Xfce, and 
Openbox.")
                (commit tag)))
          (sha256
           (base32
-           "19dfiifc7cjwy0nb1hgzryzaijszsyix303xsgk5xbmhpwrv92hq"))
+           "0yv19kl8jr2jmh9018b1qmnq68alw84vrmb35jm462qd3qzzdgah"))
          (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]