me
/
guix
Archived
1
0
Fork 0

gnu: r-intergraph: Update to 2.0-4.

* gnu/packages/cran.scm (r-intergraph): Update to 2.0-4.

Change-Id: Ic3301e0a5b3f510540298589f9a483e6f17adabd
master
Ricardo Wurmus 2024-02-01 22:13:02 +01:00
parent e5b92f30a4
commit ff7703e347
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -15159,14 +15159,14 @@ through permutation testing.")
(define-public r-intergraph
(package
(name "r-intergraph")
(version "2.0-3")
(version "2.0-4")
(source
(origin
(method url-fetch)
(uri (cran-uri "intergraph" version))
(sha256
(base32
"1s578six6chn98ifgc8kdi2kxgim0mgw5di9sbk8c4aamjl40iim"))))
"1jarzhrgm5g8z2h10h8x7jk9q2al6rx5kgnwvwi2199am6gjypsq"))))
(properties `((upstream-name . "intergraph")))
(build-system r-build-system)
(propagated-inputs