guix-commits
[Top][All Lists]
Advanced

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

138/459: gnu: rust-bzip2-sys-0.1: Update to 0.1.11.


From: guix-commits
Subject: 138/459: gnu: rust-bzip2-sys-0.1: Update to 0.1.11.
Date: Mon, 24 Apr 2023 15:02:25 -0400 (EDT)

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

commit cc62a8c5afd27d2bebbfb08a7bed643727929c50
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 22 19:57:42 2023 +0200

    gnu: rust-bzip2-sys-0.1: Update to 0.1.11.
    
    * gnu/packages/crates-io.scm (rust-bzip2-sys-0.1): Update to 0.1.11.
    [source]: Remove trailing #t from snippet.
---
 gnu/packages/crates-io.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c101fb5be9..fd78965e5b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9236,7 +9236,7 @@ representation, with support for both SI and binary 
units.")
 (define-public rust-bzip2-sys-0.1
   (package
     (name "rust-bzip2-sys")
-    (version "0.1.9+1.0.8")
+    (version "0.1.11+1.0.8")
     (source
      (origin
        (method url-fetch)
@@ -9245,7 +9245,7 @@ representation, with support for both SI and binary 
units.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0pi8lxzb1104q9cpvv1jgnk909cggqh2zcdhywqwlbq6c2i3jfxd"))
+         "1p2crnv8d8gpz5c2vlvzl0j55i3yqg5bi0kwsl1531x77xgraskk"))
         (modules '((guix build utils)))
         (snippet
          '(begin
@@ -9256,8 +9256,7 @@ representation, with support for both SI and binary 
units.")
               (lambda _
                 (format #t "fn main() {~@
                         println!(\"cargo:rustc-link-lib=bz2\");~@
-                        }~%")))
-            #t))))
+                        }~%")))))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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