guix-commits
[Top][All Lists]
Advanced

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

94/166: gnu: rust-rfc7239-0.1: Update to 0.1.3.


From: guix-commits
Subject: 94/166: gnu: rust-rfc7239-0.1: Update to 0.1.3.
Date: Tue, 24 Dec 2024 06:56:45 -0500 (EST)

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

commit da898c803b9d53c9ad281d2907b4d5f5be7271a4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Dec 24 11:01:01 2024 +0200

    gnu: rust-rfc7239-0.1: Update to 0.1.3.
    
    * gnu/packages/crates-web.scm (rust-rfc7239-0.1): Update to 0.1.3.
    
    Change-Id: Ie8b7c78d3f54218ab34911d7be4410651a5a658f
---
 gnu/packages/crates-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index d264201589..822490cc8d 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -5315,14 +5315,14 @@ in the Rust programming language.")
 (define-public rust-rfc7239-0.1
   (package
     (name "rust-rfc7239")
-    (version "0.1.2")
+    (version "0.1.3")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "rfc7239" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0yc7fbygp4q49026bscj04ijysxkrds71mdvsb8sliyyl68i6s0c"))))
+        (base32 "03rmb1l2l2pqn311wn6qii7ckwnn5vravkzzb2xqb6lfwg8z30ja"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs (("rust-uncased" ,rust-uncased-0.9))))



reply via email to

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