diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2025-02-13 17:00:35 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-02-13 18:32:36 +0100 |
commit | d7453a7a942a4edddb22f0ef9f82459964feec0d (patch) | |
tree | 983ebedc63da04ab1ff0b9593da175b92ddc01bc | |
parent | af6d567c2e5acc0c14ad5b84efbfeb94351a9553 (diff) | |
download | guix-d7453a7a942a4edddb22f0ef9f82459964feec0d.tar.gz guix-d7453a7a942a4edddb22f0ef9f82459964feec0d.zip |
gnu: r-giotto: Update to 1.1.2-1.3e6671a.
* gnu/packages/bioinformatics.scm (r-giotto): Update to 1.1.2-1.3e6671a.
Change-Id: I60d5d7af3df81f0785bcc5940c7012302dd28d5e
-rw-r--r-- | gnu/packages/bioinformatics.scm | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 1ea6f697a1..5dbd58baf5 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -18924,20 +18924,20 @@ controls for use in @code{CytoExploreR}.") (license license:gpl2)))) (define-public r-giotto - (let ((commit "3c8067cedbf6e3112edcac2ae796de05fd9d6fe4") + (let ((commit "3e6671a2512484a7b90b421b7e697d1abc2ec760") (revision "1")) (package (name "r-giotto") (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")))) + (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 "086kyfhwqcd9qkl2yb9g4xgk8xs88ga4slha7rwilxm1sg8fhchf")))) (properties `((upstream-name . "Giotto"))) (build-system r-build-system) (propagated-inputs |