[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: htscodecs: Update to 1.5.1.
From: |
guix-commits |
Subject: |
01/02: gnu: htscodecs: Update to 1.5.1. |
Date: |
Sun, 24 Sep 2023 07:19:00 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit a338a553e3bed0d33b964b87f5acc153e2b424bf
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Sep 24 09:02:51 2023 +0300
gnu: htscodecs: Update to 1.5.1.
* gnu/packages/bioinformatics.scm (htscodecs): Update to 1.5.1.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index ccee9d1f60..2ea856d23f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6687,7 +6687,7 @@ performance.")
(define-public htscodecs
(package
(name "htscodecs")
- (version "1.5.0")
+ (version "1.5.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/samtools/htscodecs/"
@@ -6695,7 +6695,7 @@ performance.")
version "/htscodecs-" version ".tar.gz"))
(sha256
(base32
- "1cys6hp438m1rfmgq6xig3q0md7nh0m03jb17mc798q13lsggpil"))))
+ "0nykdf08wil6iiihgf5qlb04n70yv4zqqj7c27vpnpwpr2r2ns62"))))
(build-system gnu-build-system)
(inputs (list bzip2 zlib))
(home-page "https://github.com/samtools/htscodecs")