1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: r-s2: Update to 1.1.9.

* gnu/packages/cran.scm (r-s2): Update to 1.1.9.

Change-Id: I68fb10af3dcd23a710c77818173100e55e899fdd
This commit is contained in:
Ricardo Wurmus 2025-05-31 09:11:19 +02:00
parent 00e739aa16
commit 8e8cff21c9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -35287,14 +35287,14 @@ high-performance functions are provided here.")
(define-public r-s2
(package
(name "r-s2")
(version "1.1.8")
(version "1.1.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "s2" version))
(sha256
(base32
"14c15a8zjidb3yb1d0s60p1wzj93dlh0bd0s9g9l85a7b05c0rj3"))))
"0mcvm72p42ksk34hslxl2ksy0972nsn2kvazjadsircbfgzjpkad"))))
(properties
'((upstream-name . "s2")
(updater-extra-inputs . ("abseil-cpp"))