guix-commits
[Top][All Lists]
Advanced

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

79/84: gnu: rust-zvariant-derive-3: Update to 3.15.2.


From: guix-commits
Subject: 79/84: gnu: rust-zvariant-derive-3: Update to 3.15.2.
Date: Mon, 11 Nov 2024 05:08:15 -0500 (EST)

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

commit 32bbf038ea61c2f53181ecdeec65e1aeb3ad69a6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Nov 11 10:28:44 2024 +0200

    gnu: rust-zvariant-derive-3: Update to 3.15.2.
    
    * gnu/packages/crates-io.scm (rust-zvariant-derive-3): Update to 3.15.2.
    [source]: Add snippet to allow newer versions of dependencies.
    
    Change-Id: I1903b1d32b72b0b89045d9b3f7744011cf3a9db7
---
 gnu/packages/crates-io.scm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 473cdd3997..d04cc87f5e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -95682,16 +95682,21 @@ in Pure Rust.")
   (package
     (inherit rust-zvariant-derive-4)
     (name "rust-zvariant-derive")
-    (version "3.15.0")
+    (version "3.15.2")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "zvariant_derive" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1kcfgpqshggr5v7dwldjggix79zcyj7fizw7dkh6w39iziyplkck"))))
+                "1nbydrkawjwxan12vy79qsrn7gwc483mpfzqs685ybyppv04vhip"))
+              (modules '((guix build utils)))
+              (snippet
+               '(begin (substitute* "Cargo.toml"
+                         (("\"= ?([[:digit:]]+(\\.[[:digit:]]+)*)" _ version)
+                          (string-append "\"^" version)))))))
     (arguments
-     `(#:tests? #f      ; Needs unstable features.
+     `(#:tests? #f      ; use of undeclared crate or module `zvariant`
        #:cargo-inputs
        (("rust-proc-macro-crate" ,rust-proc-macro-crate-1)
         ("rust-proc-macro2" ,rust-proc-macro2-1)



reply via email to

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