guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: libb2: Update to 0.98.1.


From: guix-commits
Subject: 01/01: gnu: libb2: Update to 0.98.1.
Date: Fri, 22 Mar 2019 19:55:08 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit f2096f4aa8c6dd3894f91bd409ce282eb26c6111
Author: Leo Famulari <address@hidden>
Date:   Fri Mar 22 19:54:09 2019 -0400

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

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index d6f8e22..038db8f 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -647,7 +647,7 @@ data on your platform, so the seed itself will be as random 
as possible.
 (define-public libb2
   (package
     (name "libb2")
-    (version "0.98")
+    (version "0.98.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -655,7 +655,7 @@ data on your platform, so the seed itself will be as random 
as possible.
                     version "/libb2-" version ".tar.gz"))
               (sha256
                (base32
-                "0vq39cvwy05754l565xl11rqr2jvjb6ykjzca886vi9vm71y0sg8"))))
+                "0bn7yrzdixdvzm46shbhpkqbr6zyqyxiqn7a7x54ag3mrvfnyqjk"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]