gnu: rust-beef: Update to 0.5.0.
authorTobias Geerinckx-Rice <me@tobias.gr>
Tue, 23 Mar 2021 17:24:21 +0000 (18:24 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 23 Mar 2021 19:34:31 +0000 (20:34 +0100)
* gnu/packages/crates-io.scm (rust-beef-0.4): Rename to...
(rust-beef-0.5): ...this.  Update to 0.5.0.

gnu/packages/crates-io.scm

index 123a95a..4dabc77 100644 (file)
@@ -3873,17 +3873,17 @@ c6e7d37.  However, this package works only up to 128 bytes.")
     (description "This library provides for encoding and decoding any base.")
     (license license:expat)))
 
-(define-public rust-beef-0.4
+(define-public rust-beef-0.5
   (package
     (name "rust-beef")
-    (version "0.4.4")
+    (version "0.5.0")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "beef" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0hva1rmbx2a54q4ncs8i5lbr26669wyvnya1sh3x22r0cxm64jj7"))))
+        (base32 "02blba0j192l0374kqwn8rjsc8aifj43xi26v142ijpjim1f4dk7"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t