mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-nebulosa: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-nebulosa): Update to 1.18.0. Change-Id: I561c418b3d4f0f56ddfce63a707bfc3ad2005359
This commit is contained in:
parent
4e9417729a
commit
f3a8a6ff1a
1 changed files with 2 additions and 2 deletions
|
@ -7839,13 +7839,13 @@ mapping.")
|
||||||
(define-public r-nebulosa
|
(define-public r-nebulosa
|
||||||
(package
|
(package
|
||||||
(name "r-nebulosa")
|
(name "r-nebulosa")
|
||||||
(version "1.16.0")
|
(version "1.18.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Nebulosa" version))
|
(uri (bioconductor-uri "Nebulosa" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15bdddc34y6i1j06fpi82p8xz07p4q07p2js657gssh4lwxkz5n1"))))
|
"0n2a8fhrqk9fsr3lc6mgl32iv3ydwj4ixv7p80v9xxi40fyxrzj2"))))
|
||||||
(properties
|
(properties
|
||||||
'((upstream-name . "Nebulosa")
|
'((upstream-name . "Nebulosa")
|
||||||
(updater-extra-native-inputs . ("r-seurat"))))
|
(updater-extra-native-inputs . ("r-seurat"))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue