guix-commits
[Top][All Lists]
Advanced

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

22/154: gnu: rust-hermit-abi-0.1: Downgrade to 0.1.19.


From: guix-commits
Subject: 22/154: gnu: rust-hermit-abi-0.1: Downgrade to 0.1.19.
Date: Mon, 22 Jan 2024 15:36:34 -0500 (EST)

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

commit dbe9290922b2836235d034e900ae55e6602c9af5
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 21:02:06 2024 +0200

    gnu: rust-hermit-abi-0.1: Downgrade to 0.1.19.
    
    Later versions of this crate were yanked by upstream.
    
    * gnu/packages/crates-io.scm (rust-hermit-abi-0.1): Downgrade to 0.1.19.
    
    Change-Id: I4252dfac271c57b25b427ed66ebcf2ed40242e60
---
 gnu/packages/crates-io.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e77bc3104c..576ee6894a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -28341,16 +28341,14 @@ It is used to build the target 
x86_64-unknown-hermit.")
   (package
     (inherit rust-hermit-abi-0.2)
     (name "rust-hermit-abi")
-    (version "0.1.20")
+    (version "0.1.19")
     (source
       (origin
         (method url-fetch)
         (uri (crate-uri "hermit-abi" version))
-        (file-name
-         (string-append name "-" version ".tar.gz"))
+        (file-name (string-append name "-" version ".tar.gz"))
         (sha256
-         (base32
-          "1ypkwpf5r7m0jqdn2wfa0070i412kn9snvi1hg52w1yfvc40k8y7"))))
+         (base32 "0cxcm8093nf5fyn114w8vxbrbcyvv91d4015rdnlgfll7cs6gd32"))))
     (arguments
      `(#:cargo-inputs
        (("rust-compiler-builtins" ,rust-compiler-builtins-0.1)



reply via email to

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