diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-11-15 15:54:32 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-11-15 15:55:20 +0100 |
commit | 9b270ccefa0469c5be2308c6227d9f879ef8218f (patch) | |
tree | 756905b5a565dda129ea6352756d1a488506dffd /gnu | |
parent | fefc250c605bbcfd934810f603cb5d5ab337dcca (diff) | |
download | guix-9b270ccefa0469c5be2308c6227d9f879ef8218f.tar.gz guix-9b270ccefa0469c5be2308c6227d9f879ef8218f.zip |
gnu: r-abn: Update to 3.0.3.
* gnu/packages/bioconductor.scm (r-abn): Update to 3.0.3.
Change-Id: Id94ec47d805af9da63dbf43a9edbd5e7c3a5a62a
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 61b2e728ed..7ff364ee55 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -22029,14 +22029,14 @@ on the plot.") (define-public r-abn (package (name "r-abn") - (version "3.0.2") + (version "3.0.3") (source (origin (method url-fetch) (uri (cran-uri "abn" version)) (sha256 (base32 - "06n69cbkdqpwpxks8276h43132c9v57n4hg33vsjjyxjifwbwxwh")))) + "1yh9nhfphalxh77132r0fkpp71mqsfhb8jk11is4d5nvlvr5316z")))) (build-system r-build-system) (inputs (list gsl)) |