me
/
guix
Archived
1
0
Fork 0

gnu: xfce4-time-out-plugin: Update to 1.1.3.

* gnu/packages/xfce.scm (xfce4-time-out-plugin): Update to 1.1.3.
master
宋文武 2023-04-26 22:07:57 +08:00
parent 2f73c1f0fa
commit 7a0c808e78
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -2036,7 +2036,7 @@ swap space and the system uptime in the Xfce4 panel.")
(define-public xfce4-time-out-plugin (define-public xfce4-time-out-plugin
(package (package
(name "xfce4-time-out-plugin") (name "xfce4-time-out-plugin")
(version "1.1.2") (version "1.1.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/" (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@ -2045,7 +2045,7 @@ swap space and the system uptime in the Xfce4 panel.")
"/xfce4-time-out-plugin-" version ".tar.bz2")) "/xfce4-time-out-plugin-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1m42kmi0x3xb0lzj2nd7q2r5y5r2viqcvxfpbg1aafzzjjkfpn1x")))) "1s4f4akj45bjhqhnfb8wim2snw52wrdym1yqpcccfpp9c5is672s"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list intltool pkg-config)) (list intltool pkg-config))