gnu: workrave: Update to 1.10.23.
* gnu/packages/gnome.scm (workrave): Update to 1.10.23. [source]: Correct STRING-MAP.
This commit is contained in:
parent
abb90ff987
commit
c2e5047468
|
@ -7428,17 +7428,18 @@ configurable file renaming. ")
|
||||||
(define-public workrave
|
(define-public workrave
|
||||||
(package
|
(package
|
||||||
(name "workrave")
|
(name "workrave")
|
||||||
(version "1.10.21")
|
(version "1.10.23")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/rcaelers/workrave.git")
|
(url "https://github.com/rcaelers/workrave.git")
|
||||||
(commit (string-map (match-lambda (#\_ #\.) (chr chr)) version))))
|
(commit (string-append "v" (string-map
|
||||||
|
(match-lambda (#\. #\_) (chr chr))
|
||||||
|
version)))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1qhlwfhwk5agv4904d6bsf83k9k89q7bms6agg967vsca4905vcw"))))
|
||||||
"150qca8c552fakjlzkgarsxgp87l1xcwn19svqsa9d0cygqxjgia"))))
|
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(propagated-inputs `(("glib" ,glib)
|
(propagated-inputs `(("glib" ,glib)
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
|
|
Loading…
Reference in New Issue