guix-commits
[Top][All Lists]
Advanced

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

196/384: gnu: rust-rustc-demangle-0.1: Update to 0.1.24.


From: guix-commits
Subject: 196/384: gnu: rust-rustc-demangle-0.1: Update to 0.1.24.
Date: Thu, 10 Oct 2024 07:58:11 -0400 (EDT)

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

commit c722bb617ceff3ae6e8aa4ba89f3ed398ae94f43
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Sep 22 15:39:26 2024 +0300

    gnu: rust-rustc-demangle-0.1: Update to 0.1.24.
    
    * gnu/packages/crates-io.scm (rust-rustc-demangle-0.1): Update to 0.1.24.
    
    Change-Id: I4b6d3b824215ad3e2e5641bf49a4f21c99dce7b5
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 4db2f114aa..f3328216db 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -66337,7 +66337,7 @@ It is automatically published using the compiler 
repository at
 (define-public rust-rustc-demangle-0.1
   (package
     (name "rust-rustc-demangle")
-    (version "0.1.23")
+    (version "0.1.24")
     (source
       (origin
         (method url-fetch)
@@ -66345,7 +66345,7 @@ It is automatically published using the compiler 
repository at
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "0xnbk2bmyzshacjm2g1kd4zzv2y2az14bw3sjccq5qkpmsfvn9nn"))))
+          "07zysaafgrkzy2rjgwqdj2a8qdpsm6zv6f5pgpk9x0lm40z9b6vi"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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