guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: guile-bytestructures: Update to 1.0.5.


From: guix-commits
Subject: 01/01: gnu: guile-bytestructures: Update to 1.0.5.
Date: Mon, 21 Jan 2019 19:19:22 -0500 (EST)

taylanub pushed a commit to branch master
in repository guix.

commit db58e326e5d7cee9e8e4dec3e2496c82c03adefc
Author: Taylan Kammer <address@hidden>
Date:   Tue Jan 22 02:18:13 2019 +0100

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

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 8d14571..b1447a1 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -1672,7 +1672,7 @@ is no support for parsing block and inline level HTML.")
 (define-public guile-bytestructures
   (package
     (name "guile-bytestructures")
-    (version "1.0.3")
+    (version "1.0.5")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://github.com/TaylanUB/scheme-bytestructures";
@@ -1680,7 +1680,7 @@ is no support for parsing block and inline level HTML.")
                                   "/bytestructures-" version ".tar.gz"))
               (sha256
                (base32
-                "0xf6s8gd3656j8k2ar6y7i62r68azawyzxhsagsk8nvldnrs1r18"))))
+                "0ibk7fjwpb450lnrva4bx45sgln3pbyb645az4ansvh1spgani43"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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