guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/84: gnu: rust-snap-1: Update to 1.1.1.


From: guix-commits
Subject: 13/84: gnu: rust-snap-1: Update to 1.1.1.
Date: Mon, 8 Jan 2024 12:53:57 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit a2aa460a96267ad43c962e5b44cbbec1b398e917
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jan 7 11:56:16 2024 +0200

    gnu: rust-snap-1: Update to 1.1.1.
    
    * gnu/packages/crates-io.scm (rust-snap-1): Update to 1.1.1.
    
    Change-Id: Ic20ed6ab726bcac4571f880ec0dbd11df198eeb0
---
 gnu/packages/crates-io.scm | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 08a072c81d..6cc1c53cfb 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -67290,24 +67290,20 @@ package provides derive macros.")
 (define-public rust-snap-1
   (package
     (name "rust-snap")
-    (version "1.0.5")
+    (version "1.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "snap" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32
-         "0l8llidvm7dlwfw2ql6hk4b4byl9677fppwgl7i2wglqs6a60ia5"))))
+        (base32 "0fxw80m831l76a5zxcwmz2aq7mcwc1pp345pnljl4cv1kbxnfsqv"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-development-inputs
        (("rust-doc-comment" ,rust-doc-comment-0.3))))
-    (home-page
-     "https://github.com/BurntSushi/rust-snappy";)
-    (synopsis
-     "Pure Rust implementation of the Snappy compression algorithm")
+    (home-page "https://github.com/BurntSushi/rust-snappy";)
+    (synopsis "Pure Rust implementation of the Snappy compression algorithm")
     (description
      "This package provides a pure Rust implementation of the Snappy 
compression
 algorithm.  Includes streaming compression and decompression.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]