guix-patches
[Top][All Lists]
Advanced

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

[bug#63090] [PATCH 02/12] gnu: tumbler: Update to 4.18.1.


From: iyzsong
Subject: [bug#63090] [PATCH 02/12] gnu: tumbler: Update to 4.18.1.
Date: Wed, 26 Apr 2023 22:07:49 +0800

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xfce.scm (tumbler): Update to 4.18.1.
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 2092c8db13..3fdc71c023 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -357,7 +357,7 @@ (define-public garcon
 (define-public tumbler
   (package
     (name "tumbler")
-    (version "4.18.0")
+    (version "4.18.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/";
@@ -365,7 +365,7 @@ (define-public tumbler
                                   "tumbler-" version ".tar.bz2"))
               (sha256
                (base32
-                "006gvwa7jqkky2qvl2yngbd4yzp63wpilhhmyg9p24pk9spz71s0"))))
+                "1833qnfw2c9wv7iw5cad5x5scj1rsqmmbwfld33zxx8akhd9hqgz"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config intltool
-- 
2.39.2






reply via email to

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