~ruther/guix-local

d7453a7a942a4edddb22f0ef9f82459964feec0d — Ricardo Wurmus 1 year, 1 month ago af6d567
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
1 files changed, 10 insertions(+), 10 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +10 -10
@@ 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