mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05: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 @@ (define-public r-rcpparmadillo
|
|||
(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…
Reference in a new issue