guix-commits
[Top][All Lists]
Advanced

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

121/187: gnu: rust-cargo-edit: Rename from rust-cargo-edit-0.8.


From: guix-commits
Subject: 121/187: gnu: rust-cargo-edit: Rename from rust-cargo-edit-0.8.
Date: Mon, 24 Oct 2022 10:58:21 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 7ace10db60c6a3dd4f96071ca2ffe31a6b06e20a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 13:58:18 2022 +0300

    gnu: rust-cargo-edit: Rename from rust-cargo-edit-0.8.
    
    * gnu/packages/rust-apps.scm (rust-cargo-edit): Rename from ...
    (rust-cargo-edit-0.8): ... this. Redefine as a deprecated package.
---
 gnu/packages/rust-apps.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index d4f4413b07..f843675186 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -890,7 +890,7 @@ browsers.")
 
 (define-deprecated rust-swc-1 rust-swc)
 
-(define-public rust-cargo-edit-0.8
+(define-public rust-cargo-edit
   (package
     (name "rust-cargo-edit")
     (version "0.8.0")
@@ -939,6 +939,8 @@ browsers.")
 by modifying your @file{Cargo.toml} file from the command line.")
     (license (list license:asl2.0 license:expat))))
 
+(define-deprecated rust-cargo-edit-0.8 rust-cargo-edit)
+
 (define-public git-interactive-rebase-tool
   (package
     (name "git-interactive-rebase-tool")



reply via email to

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