mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05: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 @@ (define-public r-hdf5array
|
|||
(define-public r-rhdf5lib
|
||||
(package
|
||||
(name "r-rhdf5lib")
|
||||
(version "1.12.0")
|
||||
(version "1.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Rhdf5lib" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wia85a6dkgibsjcmpqas5068msck3h3bqpgw2x07bk189z4vay2"))
|
||||
"14fnq4gijxp2l7985pksfk52i6klvy81r3892lnna73c6hh1dj28"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue