diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-04-26 22:07:53 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-05-01 09:22:25 +0800 |
commit | b8cab2ec75de24da96eb800e31a9f86d0cd0d5a4 (patch) | |
tree | e0c046e8593e7d1f3463d18ee17e199c9caca3ee /gnu | |
parent | 57e10cff8629dae4b5d619993fb6f1c1745d7559 (diff) | |
download | guix-b8cab2ec75de24da96eb800e31a9f86d0cd0d5a4.tar.gz |
gnu: xfce4-calculator-plugin: Update to 0.7.2.
* gnu/packages/xfce.scm (xfce4-calculator-plugin): Update to 0.7.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 328529e16f..755b01aa48 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1634,7 +1634,7 @@ and a calendar appears when you left-click on it.") (define-public xfce4-calculator-plugin (package (name "xfce4-calculator-plugin") - (version "0.7.1") + (version "0.7.2") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/panel-plugins/" @@ -1643,7 +1643,7 @@ and a calendar appears when you left-click on it.") "/xfce4-calculator-plugin-" version ".tar.bz2")) (sha256 (base32 - "10fsb9pyr2cr9dj1k3n96dq6g02g61g5y4z4jzfvskpgqc1nl0g4")))) + "12q2jh67w0m9vq94gf324xg9k3mji943rwgrddlc340sljz25xni")))) (build-system gnu-build-system) (native-inputs (list intltool pkg-config)) |