mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-structstrings: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-structstrings): Update to 1.20.0. Change-Id: Idd71d968a31bb85fac334a635c0084bfadb569c3
This commit is contained in:
parent
ba92e738d3
commit
7f5b5e9b11
1 changed files with 2 additions and 2 deletions
|
@ -12093,13 +12093,13 @@ that integrates the various evidences.")
|
|||
(define-public r-structstrings
|
||||
(package
|
||||
(name "r-structstrings")
|
||||
(version "1.18.0")
|
||||
(version "1.20.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Structstrings" version))
|
||||
(sha256
|
||||
(base32 "10j1khhjd30wn9yfz4jhgx34z0yyijgwgydr8ric52337vwpx6dl"))))
|
||||
(base32 "1ka9kixhgc9vfar18fzd8vd5ydmdkqa2s6xsmhlh927zrijs3vz9"))))
|
||||
(properties `((upstream-name . "Structstrings")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biocgenerics
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue