mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: r-bitops: Update to 1.0-8.
* gnu/packages/statistics.scm (r-bitops): Update to 1.0-8. Change-Id: I0f5e97d07097a0ec13cce1b1d61e4633cdb9cd70
This commit is contained in:
parent
df62a81202
commit
bb4b4782d7
1 changed files with 2 additions and 2 deletions
|
|
@ -3255,13 +3255,13 @@ the header files from the templated Armadillo library.")
|
|||
(define-public r-bitops
|
||||
(package
|
||||
(name "r-bitops")
|
||||
(version "1.0-7")
|
||||
(version "1.0-8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "bitops" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1i0phmq5yynla5x0frqll1gbf5ww59p3sgz1s06a354zqf9grdg9"))))
|
||||
"0f1744pi3qb1av41man6xp2xalwcjslz3qbk35gccpb4d6glp8bq"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/bitops")
|
||||
(synopsis "Bitwise operations")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue