[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 13:56:58 -0500 |
This is an automated email from the git hooks/post-receive script.
taylanub pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 1509254 gnu: guile-bytestructures: Update to 1.0.10.
1509254 is described below
commit 15092548804b6c50ea276d098f76a79bd0042398
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.
---
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
- branch master updated: gnu: guile-bytestructures: Update to 1.0.10.,
guix-commits <=