unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#71957] [PATCH] gnu: znc: Update to 1.9.1.
@ 2024-07-05 22:49 Wilko Meyer
  2024-07-21 11:43 ` bug#71957: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Wilko Meyer @ 2024-07-05 22:49 UTC (permalink / raw)
  To: 71957; +Cc: Wilko Meyer

* gnu/packages/messaging.scm (znc): Update to 1.9.1.

Change-Id: I08b70f2afb721b28e4fd25fa4e370b11407f45df
---
Hi Guix,

Noticed znc was outdated by a major version, so I updated it
accordingly. Builds successfully on my machine:

successfully built /gnu/store/6m4zac57wzi9mil0wzh3j5bp6lqnch8m-znc-1.9.1.drv
/gnu/store/jkhylxf6x3nrxkjk4yi08p6yia8qjv7n-znc-1.9.1

Cheers!

 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 9ba83c0712..f87c8c9f6b 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1091,14 +1091,14 @@ (define-public pidgin-otr
 (define-public znc
   (package
     (name "znc")
-    (version "1.8.2")
+    (version "1.9.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://znc.in/releases/archive/znc-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "03fyi0j44zcanj1rsdx93hkdskwfvhbywjiwd17f9q1a7yp8l8zz"))))
+                "0g2gi7207lydmm7zdq52ivw0vhvbnmhsybi89q5m3bcsw60cz9z8"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags

base-commit: e725e47a695c82305fa65e63e54477c6a210f53d
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#71957: [PATCH] gnu: znc: Update to 1.9.1.
  2024-07-05 22:49 [bug#71957] [PATCH] gnu: znc: Update to 1.9.1 Wilko Meyer
@ 2024-07-21 11:43 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2024-07-21 11:43 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: 71957-done

Wilko Meyer <w@wmeyer.eu> writes:

> * gnu/packages/messaging.scm (znc): Update to 1.9.1.

Hello, znc was update to in 1.9.1 in commit f40234e22, close now,
thanks.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-21 11:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-05 22:49 [bug#71957] [PATCH] gnu: znc: Update to 1.9.1 Wilko Meyer
2024-07-21 11:43 ` bug#71957: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).