guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: herbstluftwm: Update to 0.8.2.


From: guix-commits
Subject: branch master updated: gnu: herbstluftwm: Update to 0.8.2.
Date: Sat, 09 May 2020 22:55:31 -0400

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

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ccc9240  gnu: herbstluftwm: Update to 0.8.2.
ccc9240 is described below

commit ccc9240664b5ecded499111ba6c5d9bbd4e7241f
Author: Boris A. Dekshteyn <address@hidden>
AuthorDate: Sun May 10 09:55:26 2020 +0800

    gnu: herbstluftwm: Update to 0.8.2.
    
    * gnu/packages/wm.scm (herbstluftwm): Update to 0.8.2.
    
    Signed-off-by: 宋文武 <address@hidden>
---
 gnu/packages/wm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 4a74e78..ec4572b 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -151,7 +151,7 @@ the leaves of a full binary tree.")
 (define-public herbstluftwm
   (package
     (name "herbstluftwm")
-    (version "0.8.1")
+    (version "0.8.2")
     (source
      (origin
        (method url-fetch)
@@ -159,7 +159,7 @@ the leaves of a full binary tree.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "0c1lf82z6a56g8asin91cmqhzk3anw0xwc44b31bpjixadmns57y"))
+         "0wbl1s1gwdc61ll6qmkwb56swjxv99by1dhi080bdqn0w8p75804"))
        (file-name (string-append "herbstluftwm-" version ".tar.gz"))))
     (build-system cmake-build-system)
     (inputs



reply via email to

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