gnu: r-tictoc: Update to 1.2.

* gnu/packages/bioinformatics.scm (r-tictoc): Update to 1.2.
This commit is contained in:
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

View file

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