me
/
guix
Archived
1
0
Fork 0

gnu: r-trajectoryutils: Update to 1.4.0.

* gnu/packages/bioconductor.scm (r-trajectoryutils): Update to 1.4.0.
master
Ricardo Wurmus 2022-05-28 12:44:45 +02:00
parent 909d580b9a
commit 3f873a27e0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5281,14 +5281,14 @@ able to deal also with novel and case specific events.")
(define-public r-trajectoryutils
(package
(name "r-trajectoryutils")
(version "1.2.0")
(version "1.4.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "TrajectoryUtils" version))
(sha256
(base32
"0pzm1h69bg04a2v09r8c6pb3pix6f3n5dylvbv7wsp574qfaqyd1"))))
"07hcr3zplxlzlwc13wh9006m5kaqm57cm1b2x74bpp857f2q93dj"))))
(properties
`((upstream-name . "TrajectoryUtils")))
(build-system r-build-system)