gnu: r-prettyunits: Update to 1.1.1.
authorRicardo Wurmus <rekado@elephly.net>
Mon, 27 Jan 2020 15:24:32 +0000 (16:24 +0100)
committerRicardo Wurmus <rekado@elephly.net>
Mon, 27 Jan 2020 15:33:27 +0000 (16:33 +0100)
* gnu/packages/cran.scm (r-prettyunits): Update to 1.1.1.

gnu/packages/cran.scm

index 3e22832..20836af 100644 (file)
@@ -2034,14 +2034,14 @@ statistical functions and other utilities to ease their usage.")
 (define-public r-prettyunits
   (package
     (name "r-prettyunits")
-    (version "1.1.0")
+    (version "1.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "prettyunits" version))
        (sha256
         (base32
-         "0453vvslpkj1ysyv0cy9hw98q5wlnj7bvvz7vzl5ld8ij82lwy5c"))))
+         "1ibmzgknw5896q2i6r59jz2izblxwgb29ivvjzx50pkd1jl9l6cs"))))
     (build-system r-build-system)
     (home-page "https://github.com/gaborcsardi/prettyunits")
     (synopsis "Pretty, human readable formatting of quantities")