guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 3b328f680477969ca0f95fb6593768599ccbb559
Author: 宋文武 <[email protected]>
AuthorDate: Tue Dec 30 12:28:40 2025 +0800
gnu: xfce4-calculator-plugin: Update to 0.8.0.
* gnu/packages/xfce.scm (xfce4-calculator-plugin): Update to 0.8.0.
Change-Id: I760c38340a3bf05266e84fa7c52e874dbe0df960
---
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 eb23b60bee..31a7e31db4 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1818,7 +1818,7 @@ and a calendar appears when you left-click on it.")
(define-public xfce4-calculator-plugin
(package
(name "xfce4-calculator-plugin")
- (version "0.7.3")
+ (version "0.8.0")
(source
(origin
(method git-fetch)
@@ -1828,7 +1828,7 @@ and a calendar appears when you left-click on it.")
(commit (string-append name "-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1jdsd3qswzv5kvh1ybpmfz79nqwlfh34r9bhhvw5j71339mcpzf9"))))
+ (base32 "17hyghl2swj7mn7f5vrd0cd1kxvdsbgbf6v1s4iyras83vzdh9c8"))))
(build-system gnu-build-system)
(native-inputs
(list xfce4-dev-tools))