summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorArun Isaac <arunisaac@systemreboot.net>2026-01-13 02:01:29 +0000
committerArun Isaac <arunisaac@systemreboot.net>2026-01-13 02:01:29 +0000
commit7d326824a1809decb766af1d37ec7eff8e2c4d2f (patch)
treee855b497cbece403883443d0b2b247abbbffe35d /gnu
parentda4363df70e706f1210593e458510b7dea441a14 (diff)
gnu: ccwl: Update to 0.5.0.
* gnu/packages/bioinformatics.scm (ccwl): Update to 0.5.0. [native-inputs]: Add guile-run64.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioinformatics.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 4847596ad1f..46968784d08 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8,7 +8,7 @@
8;;; Copyright © 2016, 2020, 2022 Marius Bakke <marius@gnu.org> 8;;; Copyright © 2016, 2020, 2022 Marius Bakke <marius@gnu.org>
9;;; Copyright © 2016, 2018 Raoul Bonnal <ilpuccio.febo@gmail.com> 9;;; Copyright © 2016, 2018 Raoul Bonnal <ilpuccio.febo@gmail.com>
10;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr> 10;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
11;;; Copyright © 2017, 2021, 2022, 2024, 2025 Arun Isaac <arunisaac@systemreboot.net> 11;;; Copyright © 2017, 2021, 2022, 20242026 Arun Isaac <arunisaac@systemreboot.net>
12;;; Copyright © 2018 Joshua Sierles, Nextjournal <joshua@nextjournal.com> 12;;; Copyright © 2018 Joshua Sierles, Nextjournal <joshua@nextjournal.com>
13;;; Copyright © 2018 Gábor Boskovits <boskovits@gmail.com> 13;;; Copyright © 2018 Gábor Boskovits <boskovits@gmail.com>
14;;; Copyright © 2018-2024 Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de> 14;;; Copyright © 2018-2024 Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
@@ -24735,7 +24735,7 @@ single-cell data named @url{https://github.com/PMBio/cardelino, cardelino}.")
24735(define-public ccwl 24735(define-public ccwl
24736 (package 24736 (package
24737 (name "ccwl") 24737 (name "ccwl")
24738 (version "0.4.0") 24738 (version "0.5.0")
24739 (source 24739 (source
24740 (origin 24740 (origin
24741 (method url-fetch) 24741 (method url-fetch)
@@ -24743,7 +24743,7 @@ single-cell data named @url{https://github.com/PMBio/cardelino, cardelino}.")
24743 version ".tar.lz")) 24743 version ".tar.lz"))
24744 (sha256 24744 (sha256
24745 (base32 24745 (base32
24746 "1vnkj34400kj77xavdr0cry0vm2fmk40vf7cwca61q3jl3h7hl2c")))) 24746 "1pna61cqhhg69qpa682x911x85nlin1wpp29naqzq3r0s951qxi6"))))
24747 (build-system gnu-build-system) 24747 (build-system gnu-build-system)
24748 (arguments 24748 (arguments
24749 `(#:make-flags '("GUILE_AUTO_COMPILE=0") ; to prevent guild warnings 24749 `(#:make-flags '("GUILE_AUTO_COMPILE=0") ; to prevent guild warnings
@@ -24778,6 +24778,7 @@ single-cell data named @url{https://github.com/PMBio/cardelino, cardelino}.")
24778 (native-inputs 24778 (native-inputs
24779 (list pkg-config 24779 (list pkg-config
24780 lzip 24780 lzip
24781 guile-run64
24781 ;; To build documentation 24782 ;; To build documentation
24782 cwltool 24783 cwltool
24783 graphviz 24784 graphviz