me
/
guix
Archived
1
0
Fork 0

gnu: go-github-com-biogo-hts-bam: Update to 1.4.4.

* gnu/packages/bioinformatics.scm (go-github-com-biogo-hts-bam): Update
to 1.4.4.
master
Efraim Flashner 2023-02-11 19:05:02 +02:00
parent 8490327e53
commit 48903df6cb
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
;;; Copyright © 2015, 2016, 2018, 2019, 2020 Pjotr Prins <pjotr.guix@thebird.nl>
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2016, 2020, 2021 Roel Janssen <roel@gnu.org>
;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021, 2022 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016-2023 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016, 2020, 2022 Marius Bakke <marius@gnu.org>
;;; Copyright © 2016, 2018 Raoul Bonnal <ilpuccio.febo@gmail.com>
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
@ -18729,7 +18729,7 @@ useful for bioinformatic analysis.")
(define-public go-github-com-biogo-hts-bam
(package
(name "go-github-com-biogo-hts-bam")
(version "1.4.3")
(version "1.4.4")
(source (origin
(method git-fetch)
(uri (git-reference
@ -18738,7 +18738,7 @@ useful for bioinformatic analysis.")
(file-name (git-file-name name version))
(sha256
(base32
"013ga6ilc4m3hyfr3yyiva9g4vs81afhj73v2sy7r75b5zxw7lx1"))))
"1vkcqxyajghx5p5j7g2i376nbsxh8q2smk0smlv8mi34yr7hlw5b"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/biogo/hts/bam"