gnu: r-bitops: Update to 1.0-7.
* gnu/packages/statistics.scm (r-bitops): Update to 1.0-7.
This commit is contained in:
parent
866646194c
commit
e94cf411f0
1 changed files with 2 additions and 2 deletions
|
@ -2670,13 +2670,13 @@ the header files from the templated Armadillo library.")
|
||||||
(define-public r-bitops
|
(define-public r-bitops
|
||||||
(package
|
(package
|
||||||
(name "r-bitops")
|
(name "r-bitops")
|
||||||
(version "1.0-6")
|
(version "1.0-7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "bitops" version))
|
(uri (cran-uri "bitops" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"176nr5wpnkavn5z0yy9f7d47l37ndnn2w3gv854xav8nnybi6wwv"))))
|
"1i0phmq5yynla5x0frqll1gbf5ww59p3sgz1s06a354zqf9grdg9"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/web/packages/bitops")
|
(home-page "https://cran.r-project.org/web/packages/bitops")
|
||||||
(synopsis "Bitwise operations")
|
(synopsis "Bitwise operations")
|
||||||
|
|
Reference in a new issue