mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +02:00
gnu: r-demultiplex2: Update to 1.0.1-1.92130a6.
* gnu/packages/bioinformatics.scm (r-demultiplex2): Update to 1.0.1-1.92130a6. Change-Id: Ic08756e0347ab6997fec0129a06923aebb9c7836 Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
33665c52c4
commit
254f465b61
1 changed files with 11 additions and 11 deletions
|
@ -13071,20 +13071,20 @@ includes software to
|
|||
(license license:cc0))))
|
||||
|
||||
(define-public r-demultiplex2
|
||||
(let ((commit "e42bc8310c0ea035af100e6ccea59b46ad6385f5")
|
||||
(let ((commit "92130a626249194ef7f6c0b1aecad6ac210e258b")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "r-demultiplex2")
|
||||
(version (git-version "1.0.0" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/Gartner-Lab/deMULTIplex2")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"15f3kshsdvm97w24ql9b1wjlfbabimdsam0482hg7jivlvpl8j9w"))))
|
||||
(version (git-version "1.0.1" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/Gartner-Lab/deMULTIplex2")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1jfjmg7vlbpc90ljg2bwn9hfd67fiicr6a2pg4820hgm9876m3v7"))))
|
||||
(properties `((upstream-name . "deMULTIplex2")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-data-table
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue