guix-commits
[Top][All Lists]
Advanced

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

40/104: gnu: delft-icon-theme: Update to 1.12.


From: guix-commits
Subject: 40/104: gnu: delft-icon-theme: Update to 1.12.
Date: Sun, 17 May 2020 11:36:35 -0400 (EDT)

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

commit 3438ca9f1e758bcb5a05148dd1b486d39d7cbcde
Author: Leo Prikler <address@hidden>
AuthorDate: Sat May 16 16:30:45 2020 +0800

    gnu: delft-icon-theme: Update to 1.12.
    
    * gnu/packages/gnome-xyz.scm (delft-icon-theme): Update to 1.12.
    
    Signed-off-by: 宋文武 <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 ec3c622..a60b5db 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -92,7 +92,7 @@ like Gnome, Unity, Budgie, Pantheon, XFCE, Mate and others.")
 (define-public delft-icon-theme
   (package
     (name "delft-icon-theme")
-    (version "1.11")
+    (version "1.12")
     (source
      (origin
        (method git-fetch)
@@ -101,7 +101,7 @@ like Gnome, Unity, Budgie, Pantheon, XFCE, Mate and 
others.")
              (commit (string-append "v" version))))
        (sha256
         (base32
-         "1m3r4i4m3y3xsjb5f4bik0ylmi64amkfyr0y8pjbvv6gyj492mi6"))
+         "1r6b6jf793jxz15ljniwbqy3vcvsl2712qiigfrfrm46fdxlshjd"))
        (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]