guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: wmnd: Update to 0.4.18.


From: guix-commits
Subject: branch master updated: gnu: wmnd: Update to 0.4.18.
Date: Tue, 04 Aug 2020 14:02:03 -0400

This is an automated email from the git hooks/post-receive script.

kkebreau pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 485ecd2  gnu: wmnd: Update to 0.4.18.
485ecd2 is described below

commit 485ecd21addc87bd5fcfca40199f9adc4b59021e
Author: Kei Kebreau <kkebreau@posteo.net>
AuthorDate: Tue Aug 4 12:01:31 2020 -0400

    gnu: wmnd: Update to 0.4.18.
    
    * gnu/packages/gnustep.scm (wmnd): Update to 0.4.18.
---
 gnu/packages/gnustep.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnustep.scm b/gnu/packages/gnustep.scm
index 0dcd0be..012afeb 100644
--- a/gnu/packages/gnustep.scm
+++ b/gnu/packages/gnustep.scm
@@ -189,7 +189,7 @@ graph), and battery status (high - green, low - yellow, or 
critical - red).")
 (define-public wmnd
   (package
     (name "wmnd")
-    (version "0.4.17")
+    (version "0.4.18")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -197,7 +197,7 @@ graph), and battery status (high - green, low - yellow, or 
critical - red).")
                     name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1amkbiwgr31gwkcp7wrjsr7aj1kns8bpmjpv70n86wb8v9mpm828"))))
+                "01s37d8cfpncza1mlw13ar4rcwbrc1vgaj3ifhglmlcnzvvayg0n"))))
     (build-system gnu-build-system)
     (inputs
      `(("libx11" ,libx11)



reply via email to

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