guix-commits
[Top][All Lists]
Advanced

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

32/35: gnu: xfce4-datetime-plugin: Update to 0.8.3.


From: guix-commits
Subject: 32/35: gnu: xfce4-datetime-plugin: Update to 0.8.3.
Date: Sat, 28 Jan 2023 21:50:03 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit ff9172e4b2eb6c2ccb035063a158257827e6d1fb
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat Jan 28 16:44:08 2023 +0800

    gnu: xfce4-datetime-plugin: Update to 0.8.3.
    
    * gnu/packages/xfce.scm (xfce4-datetime-plugin): Update to 0.8.3.
---
 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 c2a8285e5a..abd650d06b 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1605,7 +1605,7 @@ watch your every step.")
 (define-public xfce4-datetime-plugin
   (package
    (name "xfce4-datetime-plugin")
-   (version "0.8.2")
+   (version "0.8.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/panel-plugins/";
@@ -1614,7 +1614,7 @@ watch your every step.")
                                   "/xfce4-datetime-plugin-" version 
".tar.bz2"))
               (sha256
                (base32
-                "0dz0syl9dm55pqcqywbnjpi14z2xh7pg2ipmxjgn4pq1az28qf3c"))))
+                "1c00rj3h25g0g3ss5n07hp2ziis3rnjd5jr6firnhs2qzdwynbkb"))))
     (build-system gnu-build-system)
     (native-inputs
      (list intltool pkg-config))



reply via email to

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