guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guile-bytestructures: Update to 1.0.10.


From: guix-commits
Subject: branch master updated: gnu: guile-bytestructures: Update to 1.0.10.
Date: Wed, 10 Mar 2021 15:40:36 -0500

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b1eb744  gnu: guile-bytestructures: Update to 1.0.10.
b1eb744 is described below

commit b1eb7448370bbd4d494cf9f3fddae88dd0de2ca3
Author: Taylan Kammer <taylan.kammer@gmail.com>
AuthorDate: Wed Mar 10 19:55:35 2021 +0100

    gnu: guile-bytestructures: Update to 1.0.10.
    
    * gnu/packages/guile.scm (guile-bytestructures): Update to 1.0.10.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
    See: <https://logs.guix.gnu.org/guix/2021-03-10.log#205043>
---
 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 650fe12..8bf250a 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -725,7 +725,7 @@ Guile's foreign function interface.")
 (define-public guile-bytestructures
   (package
     (name "guile-bytestructures")
-    (version "1.0.9")
+    (version "1.0.10")
     (home-page "https://github.com/TaylanUB/scheme-bytestructures";)
     (source (origin
               (method git-fetch)
@@ -735,7 +735,7 @@ Guile's foreign function interface.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0r59sqrvwbsknw21bf44bppi6wdhd2rl2v5dw9i2vij3v8w7pgkm"))))
+                "14k50jln32kkxv41hvsdgjkkfj6xlv06vc1caz01qkgk1fzh72nk"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags '("GUILE_AUTO_COMPILE=0")     ;to prevent guild warnings



reply via email to

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