1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-09 18:55:55 +02:00

gnu: r-bitops: Update to 1.0-9.

* gnu/packages/statistics.scm (r-bitops): Update to 1.0-9.

Change-Id: I2b94d261447200653209e01e6d3e365dbc6dc88b
This commit is contained in:
Ricardo Wurmus
2024-11-01 15:01:08 +01:00
parent 6cd89dd207
commit b000ee2bfc
+2 -2
View File
@@ -3351,13 +3351,13 @@ the header files from the templated Armadillo library.")
(define-public r-bitops
(package
(name "r-bitops")
(version "1.0-8")
(version "1.0-9")
(source (origin
(method url-fetch)
(uri (cran-uri "bitops" version))
(sha256
(base32
"0f1744pi3qb1av41man6xp2xalwcjslz3qbk35gccpb4d6glp8bq"))))
"020dfk0pmiz739rnpb9yi8hnsih3z3891dljvs7kpfvjgfvsbwyg"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/bitops")
(synopsis "Bitwise operations")