rekado pushed a commit to branch master
in repository guix.
commit 782d27f77d6b3acfdcec993b22f853db340d8769
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Jun 5 01:48:30 2021 +0200
gnu: r-rhdf5: Update to 2.36.0.
* gnu/packages/bioconductor.scm (r-rhdf5): Update to 2.36.0.
[arguments]: Remove.
---
gnu/packages/bioconductor.scm | 15 ++-------------
1 file changed, 2 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 6f466ca..4d88119 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3855,25 +3855,14 @@ browser.")
(define-public r-rhdf5
(package
(name "r-rhdf5")
- (version "2.34.0")
+ (version "2.36.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "rhdf5" version))
(sha256
(base32
- "0almr1vscrgj5g4dyrags131wia2pmdbdidlpskbgm44ha6hpmqi"))))
+ "1a5kw9ry9cr258al0x3q0ss5xn1ymscdypx51vzzgzamhy7dqakz"))))
(build-system r-build-system)
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'fix-linking
- (lambda _
- (substitute* "src/Makevars"
- ;; This is to avoid having a plain directory on the list of
- ;; libraries to link.
- (("\\(RHDF5_LIBS\\)" match)
- (string-append match "/libhdf5.a")))
- #t)))))
(propagated-inputs
`(("r-rhdf5filters" ,r-rhdf5filters)
("r-rhdf5lib" ,r-rhdf5lib)))