diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-21 20:22:51 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-21 20:32:27 +0200 |
commit | 1302837f6b9ba4364ed06cdbe55fb54e8fe7de0f (patch) | |
tree | 95e8f70c6958e68f9c5b72a411b646f0b1eda621 /gnu/packages/gnome.scm | |
parent | 43726c522f4b3802ce66c0f17160314569b1d673 (diff) | |
download | guix-1302837f6b9ba4364ed06cdbe55fb54e8fe7de0f.tar guix-1302837f6b9ba4364ed06cdbe55fb54e8fe7de0f.tar.gz |
gnu: workrave: Update to 1.10.21.
* gnu/packages/gnome.scm (workrave): Update to 1.10.21.
[source]: Use GIT-FILE-NAME.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 99f4c1271a..65716ce413 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7224,7 +7224,7 @@ mp3, Ogg Vorbis and FLAC") (license license:gpl2+))) (define-public workrave - (let ((commit "v1_10_20")) + (let ((commit "v1_10_21")) (package (name "workrave") (version (string-map (match-lambda @@ -7236,10 +7236,10 @@ mp3, Ogg Vorbis and FLAC") (uri (git-reference (url "https://github.com/rcaelers/workrave.git") (commit commit))) - (file-name (string-append name "-" version "-checkout")) + (file-name (git-file-name name version)) (sha256 (base32 - "099a87zkrkmsgfz9isrfm89dh545x52891jh6qxmn19h6wwsi941")))) + "150qca8c552fakjlzkgarsxgp87l1xcwn19svqsa9d0cygqxjgia")))) (build-system glib-or-gtk-build-system) (arguments `(#:phases |