* [PATCH] gnu: libtoxcore: Update to 1.0.0.
@ 2014-09-24 21:19 David Thompson
2014-09-24 21:37 ` Andreas Enge
0 siblings, 1 reply; 2+ messages in thread
From: David Thompson @ 2014-09-24 21:19 UTC (permalink / raw)
To: guix-devel
* gnu/packages/crypto.scm (libsodium): Update version and change home-page.
---
gnu/packages/crypto.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index e78afb6..5fbc0cf 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -26,7 +26,7 @@
(define-public libsodium
(package
(name "libsodium")
- (version "0.5.0")
+ (version "1.0.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -34,11 +34,11 @@
version ".tar.gz"))
(sha256
(base32
- "1w7rrnsvhhzhywrr3nhlhppv4kqzdszz3dwy8jrsv8lrj5hs181w"))))
+ "19f9vf0shfp4rc4l791r6xjg06z4i8psj1zkjkm3z5b640yzxlff"))))
(build-system gnu-build-system)
(synopsis "Portable NaCl-based crypto library")
(description
"libsodium is a new easy-to-use high-speed software library for network
communication, encryption, decryption, signatures, etc.")
(license isc)
- (home-page "https://github.com/jedisct1/libsodium"))) ; No real homepage
+ (home-page "http://libsodium.org")))
--
2.1.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gnu: libtoxcore: Update to 1.0.0.
2014-09-24 21:19 [PATCH] gnu: libtoxcore: Update to 1.0.0 David Thompson
@ 2014-09-24 21:37 ` Andreas Enge
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Enge @ 2014-09-24 21:37 UTC (permalink / raw)
To: David Thompson; +Cc: guix-devel
On Wed, Sep 24, 2014 at 05:19:16PM -0400, David Thompson wrote:
> * gnu/packages/crypto.scm (libsodium): Update version and change home-page.
This looks very safe, even more so as there is no dependent package. If it
compiles, please push.
Andreas
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-09-24 21:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-24 21:19 [PATCH] gnu: libtoxcore: Update to 1.0.0 David Thompson
2014-09-24 21:37 ` Andreas Enge
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.