guix-commits
[Top][All Lists]
Advanced

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

15/88: gnu: noice: Update to 0.8.


From: guix-commits
Subject: 15/88: gnu: noice: Update to 0.8.
Date: Wed, 10 Apr 2019 23:44:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 30c9e096e0be7254d05e28178896e2a0cc7576d5
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Apr 11 03:07:18 2019 +0200

    gnu: noice: Update to 0.8.
    
    * gnu/packages/suckless.scm (noice): Update to 0.8.
---
 gnu/packages/suckless.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index bde91f3..427bc44 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -496,15 +496,14 @@ cups server to be installed.")
 (define-public noice
   (package
     (name "noice")
-    (version "0.7")
+    (version "0.8")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://dl.2f30.org/releases/";
                            "noice-" version ".tar.gz"))
        (sha256
-        (base32
-         "03b0kzngzacfpz4n8lgbvia2s765i5bkw55v482hh4m49dm41gpc"))))
+        (base32 "0g01iwzscdv27c1idv93gd74kjzy3n9kazgm6qz08rygp96qx4xw"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no tests



reply via email to

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