guix-commits
[Top][All Lists]
Advanced

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

07/84: gnu: rust-ivf-0.1: Update to 0.1.1.


From: guix-commits
Subject: 07/84: gnu: rust-ivf-0.1: Update to 0.1.1.
Date: Mon, 8 Jan 2024 12:53:55 -0500 (EST)

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

commit 2bb5fbf2b4db63cb2365d036b0fb93ac8fd32ef7
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jan 7 11:52:03 2024 +0200

    gnu: rust-ivf-0.1: Update to 0.1.1.
    
    * gnu/packages/crates-io.scm (rust-ivf-0.1): Update to 0.1.1.
    [arguments]: Don't skip the build.
    [cargo-inputs]: Replace rust-bitstream-io-0.8 with 1.
    
    Change-Id: I263d4985f1616ba61dd92eda55794604a9120546
---
 gnu/packages/crates-io.scm | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 6002a34f82..214064fe20 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -33807,21 +33807,18 @@ format.")
 (define-public rust-ivf-0.1
   (package
     (name "rust-ivf")
-    (version "0.1.0")
+    (version "0.1.1")
     (source
       (origin
         (method url-fetch)
         (uri (crate-uri "ivf" version))
-        (file-name
-         (string-append name "-" version ".tar.gz"))
+        (file-name (string-append name "-" version ".tar.gz"))
         (sha256
-         (base32
-          "1wfjf3rilqavrhvwagzinvng9dg28wcjk3c6c6p5qmc1xy65qfh1"))))
+         (base32 "1qmpqnwlcvp7xpi1f6l63icaafpsak6hv7s326snffhs6rj1rc0g"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-bitstream-io" ,rust-bitstream-io-0.8))))
+     `(#:cargo-inputs
+       (("rust-bitstream-io" ,rust-bitstream-io-1))))
     (home-page "https://github.com/xiph/rav1e";)
     (synopsis "Simple ivf muxer")
     (description "This package provides a simple ivf muxer.")



reply via email to

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