guix-commits
[Top][All Lists]
Advanced

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

07/13: gnu: tumbler: Update to 0.2.8.


From: guix-commits
Subject: 07/13: gnu: tumbler: Update to 0.2.8.
Date: Sat, 15 Feb 2020 11:07:09 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6c0ad0bc63121fc60660c381c50657c1f2852051
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Fri Feb 14 11:11:52 2020 +0100

    gnu: tumbler: Update to 0.2.8.
    
    * gnu/packages/xfce.scm (tumbler): Update to 0.2.8.
---
 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 7489624..c1f41e5 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -267,7 +267,7 @@ merging features essential for loading menus modified with 
menu editors.")
 (define-public tumbler
   (package
     (name "tumbler")
-    (version "0.2.7")
+    (version "0.2.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/";
@@ -275,7 +275,7 @@ merging features essential for loading menus modified with 
menu editors.")
                                   "tumbler-" version ".tar.bz2"))
               (sha256
                (base32
-                "1r0l0ghcrj71ax7yil1m4p7yjrfqm3icx0s8r7ivwv3i2rgw617p"))))
+                "15iyx4xk6v3vk8272c848y8rj4sq43khlqxndnai0w5mvsivk689"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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