me
/
guix
Archived
1
0
Fork 0

gnu: r-cytonorm: Update to 0.0.10-1.166f9ff.

* gnu/packages/bioinformatics.scm (r-cytonorm): Update to 0.0.10-1.166f9ff.
Ricardo Wurmus 2023-01-16 23:52:56 +01:00
parent aa51c4700f
commit bdcdab3676
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 11 additions and 12 deletions

View File

@ -17541,21 +17541,20 @@ Genomics with R\".")
(license license:gpl3))))
(define-public r-cytonorm
(let ((commit "e4b9d343ee65db3c422800f1db3e77c25abde987")
(let ((commit "166f9ff3d692278241018c2846cb4f86ab16065b")
(revision "1"))
(package
(name "r-cytonorm")
(version (git-version "0.0.7" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/saeyslab/CytoNorm")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"0h2rdy15i4zymd4dv60n5w0frbsdbmzpv99dgm0l2dn041qv7fah"))))
(version (git-version "0.0.10" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/saeyslab/CytoNorm")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"0vbqy3b26j1zqmwgqx59kkn9pm2m0qwlcppskvahrxcwrj6m1s5y"))))
(properties `((upstream-name . "CytoNorm")))
(build-system r-build-system)
(propagated-inputs