all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 0/2] znc: Update source URL and update to 1.6.2
@ 2015-12-26  7:39 Leo Famulari
  2015-12-26  7:39 ` [PATCH 1/2] gnu: znc: Update source URL Leo Famulari
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Leo Famulari @ 2015-12-26  7:39 UTC (permalink / raw)
  To: guix-devel

This updates the znc source url to use the "archive" directory on the
source server. This directory does include the latest release.

The second patch updates to the latest release, 1.6.2.

Leo Famulari (2):
  gnu: znc: Update source URL.
  gnu: znc: Update to 1.6.2.

 gnu/packages/messaging.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
2.6.2

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

* [PATCH 1/2] gnu: znc: Update source URL.
  2015-12-26  7:39 [PATCH 0/2] znc: Update source URL and update to 1.6.2 Leo Famulari
@ 2015-12-26  7:39 ` Leo Famulari
  2015-12-26  7:39 ` [PATCH 2/2] gnu: znc: Update to 1.6.2 Leo Famulari
  2015-12-26  7:49 ` [PATCH 0/2] znc: Update source URL and update " Ricardo Wurmus
  2 siblings, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2015-12-26  7:39 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/messaging.scm (znc)[source]: Update URL.
---
 gnu/packages/messaging.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 1401089..64cc3c9 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -368,7 +368,7 @@ compromised.")
     (version "1.6.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://znc.in/releases/znc-"
+              (uri (string-append "http://znc.in/releases/archive/znc-"
                                   version ".tar.gz"))
               (sha256
                (base32
-- 
2.6.2

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

* [PATCH 2/2] gnu: znc: Update to 1.6.2.
  2015-12-26  7:39 [PATCH 0/2] znc: Update source URL and update to 1.6.2 Leo Famulari
  2015-12-26  7:39 ` [PATCH 1/2] gnu: znc: Update source URL Leo Famulari
@ 2015-12-26  7:39 ` Leo Famulari
  2015-12-26  7:49 ` [PATCH 0/2] znc: Update source URL and update " Ricardo Wurmus
  2 siblings, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2015-12-26  7:39 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/messaging.scm (znc): Update to 1.6.2.
---
 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 64cc3c9..956045d 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -365,14 +365,14 @@ compromised.")
 (define-public znc
   (package
     (name "znc")
-    (version "1.6.1")
+    (version "1.6.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://znc.in/releases/archive/znc-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0h61nv5kx9k8prmhsffxhlprf7gjcq8vqhjjmqr6v3glcirkjjds"))))
+                "14q5dyr5zg99hm6j6g1gilcn1zf7dskhxfpz3bnkyhy6q0kpgwgf"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f ; tries to download GoogleTest with wget
-- 
2.6.2

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

* Re: [PATCH 0/2] znc: Update source URL and update to 1.6.2
  2015-12-26  7:39 [PATCH 0/2] znc: Update source URL and update to 1.6.2 Leo Famulari
  2015-12-26  7:39 ` [PATCH 1/2] gnu: znc: Update source URL Leo Famulari
  2015-12-26  7:39 ` [PATCH 2/2] gnu: znc: Update to 1.6.2 Leo Famulari
@ 2015-12-26  7:49 ` Ricardo Wurmus
  2 siblings, 0 replies; 4+ messages in thread
From: Ricardo Wurmus @ 2015-12-26  7:49 UTC (permalink / raw)
  To: Leo Famulari; +Cc: guix-devel


Leo Famulari <leo@famulari.name> writes:

> This updates the znc source url to use the "archive" directory on the
> source server. This directory does include the latest release.
>
> The second patch updates to the latest release, 1.6.2.

This looks okay.  Thank you!

~~ Ricardo

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

end of thread, other threads:[~2015-12-26  7:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-26  7:39 [PATCH 0/2] znc: Update source URL and update to 1.6.2 Leo Famulari
2015-12-26  7:39 ` [PATCH 1/2] gnu: znc: Update source URL Leo Famulari
2015-12-26  7:39 ` [PATCH 2/2] gnu: znc: Update to 1.6.2 Leo Famulari
2015-12-26  7:49 ` [PATCH 0/2] znc: Update source URL and update " Ricardo Wurmus

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.