From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Thompson Subject: [PATCH] gnu: libtoxcore: Update to 1.0.0. Date: Wed, 24 Sep 2014 17:19:16 -0400 Message-ID: <1411593556-24795-1-git-send-email-dthompson2@worcester.edu> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWtyo-0004rq-2b for guix-devel@gnu.org; Wed, 24 Sep 2014 17:20:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWtyi-00067g-1R for guix-devel@gnu.org; Wed, 24 Sep 2014 17:20:06 -0400 Received: from na3sys009aog126.obsmtp.com ([74.125.149.155]:37626) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWtyh-00067C-Qw for guix-devel@gnu.org; Wed, 24 Sep 2014 17:19:59 -0400 Received: by mail-qa0-f49.google.com with SMTP id n8so3747199qaq.22 for ; Wed, 24 Sep 2014 14:19:52 -0700 (PDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org * 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