guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: poezio: Update to 0.14.


From: guix-commits
Subject: branch core-updates updated: gnu: poezio: Update to 0.14.
Date: Tue, 21 Feb 2023 11:16:39 -0500

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

andreas pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 35db2444b9 gnu: poezio: Update to 0.14.
35db2444b9 is described below

commit 35db2444b9aad121a3be05365b4b5a2d5e242fcd
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Tue Feb 21 17:15:59 2023 +0100

    gnu: poezio: Update to 0.14.
    
    * gnu/packages/messaging.scm (poezio): Update to 0.14.
    [license]: Change to gpl3+.
---
 gnu/packages/messaging.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 56a8a5716a..703b3b9dc8 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -470,7 +470,7 @@ TCP sessions from existing clients.")
 (define-public poezio
   (package
     (name "poezio")
-    (version "0.13.2")
+    (version "0.14")
     (source
      (origin
        (method git-fetch)
@@ -482,7 +482,7 @@ TCP sessions from existing clients.")
        (file-name
         (git-file-name name version))
        (sha256
-        (base32 "0p92k8ssjsgavyfv1fd5cgzyw87dmdd84vaz7zvfsf5crvpr1mkf"))))
+        (base32 "15vlmymqlcf94h1g6dvgzjvj15c47dqsm78qs40wl2dlwspvqkxj"))))
     (build-system python-build-system)
     (arguments
       (list #:phases
@@ -514,7 +514,7 @@ made in a configuration file or directly from the client.
 You'll find the light, fast, geeky and anonymous spirit of IRC while using a
 powerful, standard and open protocol.")
     (home-page "https://poez.io/en/";)
-    (license license:zlib)))
+    (license license:gpl3+)))
 
 (define-public libotr
   (package



reply via email to

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