guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/14: gnu: workrave: Update to 1.10.23.


From: guix-commits
Subject: 14/14: gnu: workrave: Update to 1.10.23.
Date: Sun, 24 Feb 2019 15:29:43 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c2e50474683bae26b6bc54103d83aea8cda19ebc
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Feb 24 21:17:45 2019 +0100

    gnu: workrave: Update to 1.10.23.
    
    * gnu/packages/gnome.scm (workrave): Update to 1.10.23.
    [source]: Correct STRING-MAP.
---
 gnu/packages/gnome.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a01a20c..0e0b30d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7428,17 +7428,18 @@ configurable file renaming. ")
 (define-public workrave
   (package
     (name "workrave")
-    (version "1.10.21")
+    (version "1.10.23")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (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))
        (sha256
-        (base32
-         "150qca8c552fakjlzkgarsxgp87l1xcwn19svqsa9d0cygqxjgia"))))
+        (base32 "1qhlwfhwk5agv4904d6bsf83k9k89q7bms6agg967vsca4905vcw"))))
     (build-system glib-or-gtk-build-system)
     (propagated-inputs `(("glib" ,glib)
                          ("gtk+" ,gtk+)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]