guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: xfce4-datetime-plugin: Update to 0.8.2.


From: guix-commits
Subject: 02/03: gnu: xfce4-datetime-plugin: Update to 0.8.2.
Date: Wed, 21 Sep 2022 21:45:27 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit a29cd4d911d4c5f61fa094bea349acf91f7cd861
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Tue Sep 20 01:36:01 2022 +0200

    gnu: xfce4-datetime-plugin: Update to 0.8.2.
    
    * gnu/packages/xfce.scm (xfce4-datetime-plugin): Update to 0.8.2.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 15e89e5a1d..ce383dce58 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1517,7 +1517,7 @@ each time a new earthquake occurs.")
 (define-public xfce4-datetime-plugin
   (package
    (name "xfce4-datetime-plugin")
-   (version "0.8.1")
+   (version "0.8.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/panel-plugins/";
@@ -1526,7 +1526,7 @@ each time a new earthquake occurs.")
                                   "/xfce4-datetime-plugin-" version 
".tar.bz2"))
               (sha256
                (base32
-                "0h15mxq5lawlxyr6h1vxc60rkf0rpmnv81l0f52mrswww9dz3xp9"))))
+                "0dz0syl9dm55pqcqywbnjpi14z2xh7pg2ipmxjgn4pq1az28qf3c"))))
     (build-system gnu-build-system)
     (native-inputs
      (list intltool pkg-config))



reply via email to

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