mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-rhdf5lib: Update to 1.12.1.
* gnu/packages/bioconductor.scm (r-rhdf5lib): Update to 1.12.1.
This commit is contained in:
parent
f7947f8991
commit
a1357422c3
1 changed files with 2 additions and 2 deletions
|
@ -8769,14 +8769,14 @@ block processing.")
|
||||||
(define-public r-rhdf5lib
|
(define-public r-rhdf5lib
|
||||||
(package
|
(package
|
||||||
(name "r-rhdf5lib")
|
(name "r-rhdf5lib")
|
||||||
(version "1.12.0")
|
(version "1.12.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Rhdf5lib" version))
|
(uri (bioconductor-uri "Rhdf5lib" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wia85a6dkgibsjcmpqas5068msck3h3bqpgw2x07bk189z4vay2"))
|
"14fnq4gijxp2l7985pksfk52i6klvy81r3892lnna73c6hh1dj28"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue