all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: tor: Update to 0.2.8.7.
@ 2016-08-24 19:32 ng0
  2016-08-24 20:12 ` Leo Famulari
  0 siblings, 1 reply; 5+ messages in thread
From: ng0 @ 2016-08-24 19:32 UTC (permalink / raw)
  To: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 197 bytes --]

Updates tor to 0.2.8.7, released.. today? yesterday? Well, recently.

Question: why is perl not a native-input for tor? I see some
version-update.pl complaining update it but not fatally failing.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-tor-Update-to-0.2.8.7.patch --]
[-- Type: text/x-patch, Size: 1110 bytes --]

From 9090a30806cbb444e69e403d9bbdd0bf937cf6a2 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@we.make.ritual.n0.is>
Date: Wed, 24 Aug 2016 19:25:02 +0000
Subject: [PATCH] gnu: tor: Update to 0.2.8.7.

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

diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index eec3c96..951b8f6 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -38,14 +38,14 @@
 (define-public tor
   (package
     (name "tor")
-    (version "0.2.8.6")
+    (version "0.2.8.7")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://www.torproject.org/dist/tor-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0nmbwcr8s1qkrc2ahrk7jz81nax74sdhszkhrrgys8ndyw1grj9x"))))
+               "1iigfi8ljl88s8b5y1g4ak8im57simazscl467zvfbg8k6vf4i5f"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("python" ,python-2)))  ; for tests
-- 
2.9.3


[-- Attachment #1.3: Type: text/plain, Size: 74 bytes --]


-- 
ng0
For non-prism friendly talk find me on http://www.psyced.org

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 800 bytes --]

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

end of thread, other threads:[~2016-08-26 23:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-24 19:32 [PATCH] gnu: tor: Update to 0.2.8.7 ng0
2016-08-24 20:12 ` Leo Famulari
2016-08-26 10:47   ` ng0
2016-08-26 10:58     ` ng0
2016-08-26 23:24       ` Leo Famulari

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.