guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: libstrophe: Update to 0.12.3.


From: guix-commits
Subject: 01/03: gnu: libstrophe: Update to 0.12.3.
Date: Thu, 3 Aug 2023 19:07:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 492d56b9e07159493b44dcbbad845cfa16ad70cb
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 23 02:00:00 2023 +0200

    gnu: libstrophe: Update to 0.12.3.
    
    * gnu/packages/messaging.scm (libstrophe): Update to 0.12.3.
    [arguments]: Don't explicitly return #t from phases.
---
 gnu/packages/messaging.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 02b0d10c6e..00d8d29017 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2089,7 +2089,7 @@ is also scriptable and extensible via Guile.")
 (define-public libstrophe
   (package
     (name "libstrophe")
-    (version "0.12.2")
+    (version "0.12.3")
     (source
      (origin
        (method git-fetch)
@@ -2098,7 +2098,7 @@ is also scriptable and extensible via Guile.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ispq6sf7pq02irrqfga4i1xhrg1pg0f86qvvnix15clm8i1agld"))))
+        (base32 "17wxaqdcwhm34bl31g9fmsgmnsd7znyxcb9dhw9lmaghkql1sf0h"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags '(list "--disable-static")
@@ -2107,8 +2107,7 @@ is also scriptable and extensible via Guile.")
          (add-after 'unpack 'patch-make
            (lambda _
              (substitute* "Makefile.am"
-               (("'\\^xmpp_'") "'.'"))
-             #t))
+               (("'\\^xmpp_'") "'.'"))))
          (add-after 'install-licence-files 'install-extra-licence-files
            (lambda _
             (let ((license-directory (string-append #$output



reply via email to

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