mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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 @@ (define-public r-cytobackbone
|
|||
(license license:gpl2))))
|
||||
|
||||
(define-public r-giotto
|
||||
(let ((commit "68d7390dce87223cac11d4d8f31705fe0144d011")
|
||||
(let ((commit "3c8067cedbf6e3112edcac2ae796de05fd9d6fe4")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "r-giotto")
|
||||
(version (git-version "1.1.1" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/RubD/Giotto/")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0mv60khc05wrxzr4ir6cirn7dpqvgwan5hm00lmafsyalr51nf5i"))))
|
||||
(version (git-version "1.1.2" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/RubD/Giotto/")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1nbbqs0jk07wafshvqsdp8ds3kr9bwq88aafc5m0kdiqs7winb0d"))))
|
||||
(properties `((upstream-name . "Giotto")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue