guix-commits
[Top][All Lists]
Advanced

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

220/276: gnu: rust-mp4parse-0.12: Update to 0.12.1.


From: guix-commits
Subject: 220/276: gnu: rust-mp4parse-0.12: Update to 0.12.1.
Date: Wed, 18 Oct 2023 04:50:17 -0400 (EDT)

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

commit 8e50e1ff9a95e85797bda9b0b63a2974f7c1b3f8
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 9 09:16:40 2023 +0300

    gnu: rust-mp4parse-0.12: Update to 0.12.1.
    
    * gnu/packages/crates-graphics.scm (rust-mp4parse-0.12): Update to 0.12.1.
---
 gnu/packages/crates-graphics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index 10585ddea4..87fb4bfe08 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -1740,13 +1740,13 @@ graphics and video games.")
 (define-public rust-mp4parse-0.12
   (package
     (name "rust-mp4parse")
-    (version "0.12.0")
+    (version "0.12.1")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "mp4parse" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
-               (base32 
"1ppqv60qiyrnbb996gb1sik08c0j2i317llv3rrcwb1cjg3bdlk7"))))
+               (base32 
"1scynvlmiy6xv2rrzzpijd812amh6a863na8i0xrcw5d9d08kl8h"))))
     (build-system cargo-build-system)
     (arguments
      `(#:tests? #f              ; Not all files included.



reply via email to

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