guix-commits
[Top][All Lists]
Advanced

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

09/18: gnu: wmbattery: Update to 2.51.


From: Tobias Geerinckx-Rice
Subject: 09/18: gnu: wmbattery: Update to 2.51.
Date: Fri, 16 Feb 2018 05:15:21 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 93710d861f5987b7e87221d39e568afd86357c80
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Feb 15 23:30:03 2018 +0100

    gnu: wmbattery: Update to 2.51.
    
    * gnu/packages/gnustep.scm (wmbattery): Update to 2.51.
    [source]: Remove upstreamed bugfix snippet.
---
 gnu/packages/gnustep.scm | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/gnustep.scm b/gnu/packages/gnustep.scm
index 0e9cf23..e1aa6d0 100644
--- a/gnu/packages/gnustep.scm
+++ b/gnu/packages/gnustep.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2016, 2017 Kei Kebreau <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -154,7 +155,7 @@ interface.  It is fast, feature rich, easy to configure, 
and easy to use.")
 (define-public wmbattery
   (package
     (name "wmbattery")
-    (version "2.50")
+    (version "2.51")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -162,15 +163,7 @@ interface.  It is fast, feature rich, easy to configure, 
and easy to use.")
                     version ".orig.tar.gz"))
               (sha256
                (base32
-                "0hi6bivv3xd2k68w08krndfl68wdx7nmc2wjzsmcd4q3qgwgyk44"))
-              (modules '((guix build utils)))
-              (snippet
-               ;; Fix memory leak:
-               ;; 
<https://lists.gnu.org/archive/html/guix-devel/2016-05/msg00466.html>.
-               '(substitute* "upower.c"
-                  (("up = up_client_new\\(\\);")
-                   (string-append "if (!up)\n"
-                                  "                up = up_client_new();"))))))
+                "084a3irxbmgms4bqaga80mlx9wgvlkx6d2w0ns939yrpfzg87laj"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f              ; no "check" target



reply via email to

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