[PATCH 1/2] gnu: rust-actix-http-test-1: Fix package-name.

  • Open
  • quality assurance status badge
Details
One participant
  • Herman Rimm
Owner
unassigned
Submitted by
Herman Rimm
Severity
normal
H
H
Herman Rimm wrote 4 days ago
(address . guix-patches@gnu.org)
c62c0f71edaaec29af4da175c30e743585a550a4.1738343020.git.herman@rimm.ee
* gnu/packages/crates-web.scm (rust-actix-http-test-1)[name]: Remove -2.

Change-Id: I7cff55f606d9b6428e96b11f251f1435f9bb3129
---
gnu/packages/crates-web.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (17 lines)
diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index 73ca29df761..a0fbae43521 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -755,7 +755,7 @@ (define-public rust-actix-http-test-1
(define-public rust-actix-http-test-0.2
(package
(inherit rust-actix-http-test-1)
- (name "rust-actix-http-test-2")
+ (name "rust-actix-http-test")
(version "0.2.5")
(source
(origin

base-commit: 986245daca2fb50d58cf0f2b9273f0d670d38af2
--
2.47.1
H
H
Herman Rimm wrote 4 days ago
[PATCH 2/2] gnu: rust-awc-0.2: Fix package-name.
(address . 75971@debbugs.gnu.org)
78bdbdc4e102acac8d7cb4bf0564bc0e2737182c.1738343020.git.herman@rimm.ee
* gnu/packages/crates-web.scm (rust-awc-0.2)[name]: Remove -2.

Change-Id: I7cff55f606d9b6428e96b11f251f1435f9bb3129
---
gnu/packages/crates-web.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (15 lines)
diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index a0fbae43521..719e68f2bcb 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -2153,7 +2153,7 @@ (define-public rust-awc-1
(define-public rust-awc-0.2
(package
(inherit rust-awc-2)
- (name "rust-awc-2")
+ (name "rust-awc")
(version "0.2.8")
(source
(origin
--
2.47.1
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 75971@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75971
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch