mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: xfce4-time-out-plugin: Update to 1.2.0.
* gnu/packages/xfce.scm (xfce4-time-out-plugin): Update to 1.2.0. Change-Id: I3572a83b3235177cc4e3f6eb2d628a15264b9ae6
This commit is contained in:
parent
cf9e66c269
commit
59b60b9cdf
1 changed files with 2 additions and 2 deletions
|
|
@ -2234,7 +2234,7 @@ swap space and the system uptime in the Xfce4 panel.")
|
|||
(define-public xfce4-time-out-plugin
|
||||
(package
|
||||
(name "xfce4-time-out-plugin")
|
||||
(version "1.1.4")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -2244,7 +2244,7 @@ swap space and the system uptime in the Xfce4 panel.")
|
|||
(commit (string-append name "-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1fk3h968yp9hq707na2kj1fvqa0dg1pqzy3g987if1sjw1w2d1qm"))))
|
||||
(base32 "1cda3qyg7dzvk9bwc54pnwm8p5yi5hs3xs5f1wg31cm7gi5al9w7"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list xfce4-dev-tools))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue