efraim pushed a commit to branch rust-team in repository guix. commit 3e1bc4f8e379bdbf3615378d64e61468f71967c7 Author: Efraim Flashner <efr...@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 38131fd457..f2c4754771 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -2520,14 +2520,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 '()