gnu: r-giotto: Update to 1.1.2-1.3c8067c.
* gnu/packages/bioinformatics.scm (r-giotto): Update to 1.1.2-1.3c8067c.
This commit is contained in:
parent
003b79576d
commit
bbada5967d
1 changed files with 11 additions and 11 deletions
|
|
@ -12785,20 +12785,20 @@ is then merged.")
|
||||||
(license license:gpl2))))
|
(license license:gpl2))))
|
||||||
|
|
||||||
(define-public r-giotto
|
(define-public r-giotto
|
||||||
(let ((commit "68d7390dce87223cac11d4d8f31705fe0144d011")
|
(let ((commit "3c8067cedbf6e3112edcac2ae796de05fd9d6fe4")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "r-giotto")
|
(name "r-giotto")
|
||||||
(version (git-version "1.1.1" revision commit))
|
(version (git-version "1.1.2" revision commit))
|
||||||
(source
|
(source (origin
|
||||||
(origin
|
(method git-fetch)
|
||||||
(method git-fetch)
|
(uri (git-reference
|
||||||
(uri (git-reference
|
(url "https://github.com/RubD/Giotto/")
|
||||||
(url "https://github.com/RubD/Giotto/")
|
(commit commit)))
|
||||||
(commit commit)))
|
(file-name (git-file-name name version))
|
||||||
(file-name (git-file-name name version))
|
(sha256
|
||||||
(sha256
|
(base32
|
||||||
(base32 "0mv60khc05wrxzr4ir6cirn7dpqvgwan5hm00lmafsyalr51nf5i"))))
|
"1nbbqs0jk07wafshvqsdp8ds3kr9bwq88aafc5m0kdiqs7winb0d"))))
|
||||||
(properties `((upstream-name . "Giotto")))
|
(properties `((upstream-name . "Giotto")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
|
||||||
Reference in a new issue