gnu: r-performance: Update to 0.3.0.
authorRicardo Wurmus <rekado@elephly.net>
Tue, 6 Aug 2019 12:44:46 +0000 (14:44 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Tue, 6 Aug 2019 13:48:56 +0000 (15:48 +0200)
* gnu/packages/cran.scm (r-performance): Update to 0.3.0.

gnu/packages/cran.scm

index 0d15c94..def84f2 100644 (file)
@@ -8134,14 +8134,14 @@ ROPE percentage and pd).")
 (define-public r-performance
   (package
     (name "r-performance")
-    (version "0.2.0")
+    (version "0.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "performance" version))
        (sha256
         (base32
-         "1pzd6z7i1jxr2xi1shg3d0bxlbpmjl7kpmwgjnfys6syv57znd1z"))))
+         "13j74ffhx950kacs86ixx84nviq9qlwzr7hjnhkmzw2hspjxq99w"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-bayestestr" ,r-bayestestr)