summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-01-15 12:50:33 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:29:30 +0100
commitbb776f53b1085e798da6ac1b5c561ade4e234f96 (patch)
tree9241ac2a90604410a132b601f9facff6b8eef1b2 /gnu
parent8762fea566d19bc9d1ffdd58595464deaa2ffca8 (diff)
gnu: r-pizzarr: Update to 0.1.0-2.5f47057.
* gnu/packages/bioinformatics.scm (r-pizzarr): Update to 0.1.0-2.5f47057. Change-Id: Id5f24214e67dcc00093ceaa1d6f2297b6146aa51 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioinformatics.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index b23e19528f..87fb290277 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1432,8 +1432,8 @@ within this package are the 3000 bone marrow cells used for vignettes.")
(license license:gpl3))))
(define-public r-pizzarr
- (let ((commit "7b3fd727a4ce7cb0fe8e443b971c5f63e18df991")
- (revision "1"))
+ (let ((commit "5f4705789ba29344dcb97023f290a26a7f7abd0c")
+ (revision "2"))
(package
(name "r-pizzarr")
(version (git-version "0.1.0" revision commit))
@@ -1445,7 +1445,7 @@ within this package are the 3000 bone marrow cells used for vignettes.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "0xwb7cl52nzwgh0xiz8cda27qy5q45cqna5k40fngwj4mrbfm383"))))
+ (base32 "17pd6bk8kvnrvvyfqvm8q47kzghlfyfjdd9b7cwiazc5xr4vz6f0"))))
(properties `((upstream-name . "pizzarr")))
(build-system r-build-system)
;; Some tests require Internet access.