me
/
guix
Archived
1
0
Fork 0

gnu: xfce4-datetime-plugin: Update to 0.8.3.

* gnu/packages/xfce.scm (xfce4-datetime-plugin): Update to 0.8.3.
master
宋文武 2023-01-28 16:44:08 +08:00
parent 976f1dba42
commit ff9172e4b2
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -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))