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:
Ricardo Wurmus 2022-12-28 19:26:10 +01:00
parent 003b79576d
commit bbada5967d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 11 additions and 11 deletions

View File

@ -12785,20 +12785,20 @@ is then merged.")
(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