guix-commits
[Top][All Lists]
Advanced

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

151/156: gnu: rust-xremap: Remove older dependencies workaround.


From: guix-commits
Subject: 151/156: gnu: rust-xremap: Remove older dependencies workaround.
Date: Tue, 24 Oct 2023 08:53:11 -0400 (EDT)

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

commit 90cf341762564f50a6472d0ac5ee48a9b9f37d3f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 24 10:31:04 2023 +0300

    gnu: rust-xremap: Remove older dependencies workaround.
    
    * gnu/packages/rust-apps.scm (rust-xremap)[source]: Remove snippet.
    
    Change-Id: If67c214293f60c8dd1a36cf9552abf7861d370f3
---
 gnu/packages/rust-apps.scm | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 98fa69be01..3ecaa049ee 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -2540,14 +2540,7 @@ It will then write @code{fixup!} commits for each of 
those changes.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1815hz1a93brj6v9102xypds1qslf6gxgk9vcvxhxlhy1c2pfxvj"))
-       (snippet
-        #~(begin (use-modules (guix build utils))
-                 (substitute* "Cargo.toml"
-                   (("1\\.0\\.75") "1.0.68")    ; rust-anyhow
-                   (("0\\.4\\.19") "0.4.17")    ; rust-log
-                   (("1\\.9\\.4") "1.9.1")      ; regex
-                   (("3\\.3") "3.0"))))))       ; serde-with
+         "1815hz1a93brj6v9102xypds1qslf6gxgk9vcvxhxlhy1c2pfxvj"))))
     (build-system cargo-build-system)
     (arguments
      `(#:features '()



reply via email to

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