gnu: r-psychotools: Update to 0.7-5.

* gnu/packages/cran.scm (r-psychotools): Update to 0.7-5.

Change-Id: Ibde372c4760d68d8ebf6a57a6dbef350c0debbce
This commit is contained in:
Ricardo Wurmus
2025-11-20 10:37:45 +01:00
parent 7d3e9e63e6
commit 7824621a3d

View File

@@ -18906,13 +18906,13 @@ created using basic graphics.")
(define-public r-psychotools (define-public r-psychotools
(package (package
(name "r-psychotools") (name "r-psychotools")
(version "0.7-4") (version "0.7-5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "psychotools" version)) (uri (cran-uri "psychotools" version))
(sha256 (sha256
(base32 "197hym0fxfsyg6kf0pf9g5wbsa1kkicd4lqrxfy2g3c7aczad9zy")))) (base32 "0cja8irxr1yk4daan7v4hgkfmx6azl6lf7kkqslh5pv4xizkrc3v"))))
(properties `((upstream-name . "psychotools"))) (properties `((upstream-name . "psychotools")))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://cran.r-project.org/package=psychotools") (home-page "https://cran.r-project.org/package=psychotools")