guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: znc: Update to 1.8.0.


From: guix-commits
Subject: branch master updated: gnu: znc: Update to 1.8.0.
Date: Sun, 03 May 2020 11:38:08 -0400

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

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 14c6e8b  gnu: znc: Update to 1.8.0.
14c6e8b is described below

commit 14c6e8b67162913920ac15693e2a63b414e7b36e
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun May 3 17:31:05 2020 +0200

    gnu: znc: Update to 1.8.0.
    
    * gnu/packages/messaging.scm (znc): Update to 1.8.0.
---
 gnu/packages/messaging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index c6217a9..3dbf010 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -505,14 +505,14 @@ compromised.")
 (define-public znc
   (package
     (name "znc")
-    (version "1.7.5")
+    (version "1.8.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://znc.in/releases/archive/znc-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "08a7yb2xs85hyyz8dpzfbsfjwj2r6kcii022lj3l4rf8hl9ix558"))))
+                "0m5xf60r40pgbg9lyk56dafxj2hj149pn2wf8vzsp8xgq4kv5zcl"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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