me
/
guix
Archived
1
0
Fork 0

gnu: r-tictoc: Update to 1.2.

* gnu/packages/bioinformatics.scm (r-tictoc): Update to 1.2.
master
Ricardo Wurmus 2023-04-29 20:08:35 +02:00
parent 49afe64152
commit 2b08f6874e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9267,13 +9267,13 @@ single cell ATAC-seq sequencing data.")
(define-public r-tictoc (define-public r-tictoc
(package (package
(name "r-tictoc") (name "r-tictoc")
(version "1.1") (version "1.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "tictoc" version)) (uri (cran-uri "tictoc" version))
(sha256 (sha256
(base32 (base32
"0ka7zd857xfqb5afn0psn0yzfv2qjb0ddxfyiq6aggbnla5qc3qj")))) "037jbwb58mj5asf3kr6hpf3fy9c6fkinnd8hbpfb141a2jsa8pph"))))
(properties `((upstream-name . "tictoc"))) (properties `((upstream-name . "tictoc")))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://github.com/jabiru/tictoc") (home-page "https://github.com/jabiru/tictoc")