gnu: xfce4-cpugraph-plugin: Update to 1.2.8.

* gnu/packages/xfce.scm (xfce4-cpugraph-plugin): Update to 1.2.8.
This commit is contained in:
宋文武 2023-08-01 19:29:40 +08:00
parent 945f43d134
commit 15c031c37b
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1553,7 +1553,7 @@ (define-public xfce4-volumed-pulse
(define-public xfce4-cpugraph-plugin
(package
(name "xfce4-cpugraph-plugin")
(version "1.2.7")
(version "1.2.8")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@ -1562,7 +1562,7 @@ (define-public xfce4-cpugraph-plugin
"/xfce4-cpugraph-plugin-" version ".tar.bz2"))
(sha256
(base32
"01bl6glkwfvqvxm3sp3y4mb8szx7bnqnjns59sb8cwgdg3i539k8"))))
"1gylfmpn36cm1b1kz0x8smy5hixzlhmdg5i53cj5fzgk4773id5z"))))
(build-system gnu-build-system)
(native-inputs
(list intltool pkg-config))