guix-commits
[Top][All Lists]
Advanced

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

11/15: gnu: xfce4-timer-plugin: Update to 1.7.2.


From: guix-commits
Subject: 11/15: gnu: xfce4-timer-plugin: Update to 1.7.2.
Date: Mon, 1 May 2023 00:13:21 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit c5a2bcd5450209a502cbeea21985b40863207d17
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Wed Apr 26 22:07:58 2023 +0800

    gnu: xfce4-timer-plugin: Update to 1.7.2.
    
    * gnu/packages/xfce.scm (xfce4-timer-plugin): Update to 1.7.2.
---
 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 f2e0831e30..89451319e7 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2063,7 +2063,7 @@ time.")
 (define-public xfce4-timer-plugin
   (package
    (name "xfce4-timer-plugin")
-   (version "1.7.1")
+   (version "1.7.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/panel-plugins/";
@@ -2072,7 +2072,7 @@ time.")
                                   "/xfce4-timer-plugin-" version ".tar.bz2"))
               (sha256
                (base32
-                "1qr4m3n2l3rvsizsr3h7fyfajszfalqm7rhvjx2yjj8r3f8x4ljb"))))
+                "0zcbqpsyzzmbyv8cgd5wriqaigfpdcia6h1md0bfh1cmsg1biczy"))))
     (build-system gnu-build-system)
     (native-inputs
      (list intltool pkg-config))



reply via email to

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