all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ng0 <ng0@we.make.ritual.n0.is>
To: guix-devel@gnu.org
Subject: [PATCH] gnu: tor: Update to 0.2.8.7.
Date: Wed, 24 Aug 2016 19:32:52 +0000	[thread overview]
Message-ID: <87y43mnesb.fsf@we.make.ritual.n0.is> (raw)


[-- 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 --]

             reply	other threads:[~2016-08-24 19:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-24 19:32 ng0 [this message]
2016-08-24 20:12 ` [PATCH] gnu: tor: Update to 0.2.8.7 Leo Famulari
2016-08-26 10:47   ` ng0
2016-08-26 10:58     ` ng0
2016-08-26 23:24       ` Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y43mnesb.fsf@we.make.ritual.n0.is \
    --to=ng0@we.make.ritual.n0.is \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.