guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: delft-icon-theme: Update to 1.11.


From: guix-commits
Subject: 03/03: gnu: delft-icon-theme: Update to 1.11.
Date: Fri, 28 Feb 2020 03:40:33 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit 28c06217fb986219000cfb4c0c6ec602ad17b8d4
Author: Leo Prikler <address@hidden>
AuthorDate: Thu Feb 27 15:47:39 2020 +0100

    gnu: delft-icon-theme: Update to 1.11.
    
    * gnu/packages/gnome-xyz.scm (delft-icon-theme): Update to 1.11.
    
    Signed-off-by: Pierre Neidhardt <address@hidden>
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index b0bc35c..b8cd32d 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -90,7 +90,7 @@ like Gnome, Unity, Budgie, Pantheon, XFCE, Mate and others.")
 (define-public delft-icon-theme
   (package
     (name "delft-icon-theme")
-    (version "1.10")
+    (version "1.11")
     (source
      (origin
        (method git-fetch)
@@ -99,7 +99,7 @@ like Gnome, Unity, Budgie, Pantheon, XFCE, Mate and others.")
              (commit (string-append "v" version))))
        (sha256
         (base32
-         "0vw3yw9f9ygzfd2k3zrfih3r0vkzlhk1bmsk8sapvk7np24i1z9s"))
+         "1m3r4i4m3y3xsjb5f4bik0ylmi64amkfyr0y8pjbvv6gyj492mi6"))
        (file-name (git-file-name name version))))
     (build-system copy-build-system)
     (arguments



reply via email to

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