~ruther/guix-local

bb4b4782d7fc04a0111faec600044a2209f3eaf1 — Ricardo Wurmus 1 year, 10 months ago df62a81
gnu: r-bitops: Update to 1.0-8.

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

Change-Id: I0f5e97d07097a0ec13cce1b1d61e4633cdb9cd70
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/statistics.scm
M gnu/packages/statistics.scm => gnu/packages/statistics.scm +2 -2
@@ 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")