From bbada5967d791776c7f6a81e272a0e6a67d216bb Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 28 Dec 2022 19:26:10 +0100 Subject: [PATCH] gnu: r-giotto: Update to 1.1.2-1.3c8067c. * gnu/packages/bioinformatics.scm (r-giotto): Update to 1.1.2-1.3c8067c. --- gnu/packages/bioinformatics.scm | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 8cdce01e73..c2e6b9f320 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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