GNU bug report logs - #71056
[PATCH 2/9] Update rust-heck

Previous Next

Package: guix-patches;

Reported by: Julian Flake <flake <at> uni-koblenz.de>

Date: Sun, 19 May 2024 11:56:05 UTC

Severity: normal

Tags: patch

Done: Julian Flake <flake <at> uni-koblenz.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Julian Flake <flake <at> uni-koblenz.de>
Subject: bug#71056: closed (close false issues)
Date: Sun, 19 May 2024 12:40:05 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#71056: [PATCH 2/9] Update rust-heck

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 71056 <at> debbugs.gnu.org.

-- 
71056: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71056
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Julian Flake <flake <at> uni-koblenz.de>
To: 71053-done <at> debbugs.gnu.org, 71054-done <at> debbugs.gnu.org,
 71055-done <at> debbugs.gnu.org, 71056-done <at> debbugs.gnu.org,
 71057-done <at> debbugs.gnu.org, 71058-done <at> debbugs.gnu.org,
 71059-done <at> debbugs.gnu.org
Subject: close false issues
Date: Sun, 19 May 2024 14:39:43 +0200
should've been part of the series 71052

[Message part 3 (message/rfc822, inline)]
From: Julian Flake <flake <at> uni-koblenz.de>
To: guix-patches <at> gnu.org
Cc: Julian Flake <flake <at> uni-koblenz.de>
Subject: [PATCH 2/9] Update rust-heck
Date: Sun, 19 May 2024 13:54:35 +0200
Change-Id: I7edaffd33fd725a2554e2cc6b89fb88b9e28f73a
---
 gnu/packages/crates-io.scm | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 365db079b6..78b529946a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -28512,17 +28512,17 @@ (define-public rust-heapsize-plugin-0.1
 total runtime size of an object on the heap")
     (license license:mpl2.0)))
 
-(define-public rust-heck-0.4
+(define-public rust-heck-0.5
   (package
     (name "rust-heck")
-    (version "0.4.1")
+    (version "0.5.0")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "heck" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1a7mqsnycv5z4z5vnv1k34548jzmc0ajic7c1j8jsaspnhw5ql4m"))))
+        (base32 "1sjmpsdl8czyh9ywl3qcsfsq9a307dg4ni2vnlwgnzzqhc4y0113"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
@@ -28536,6 +28536,19 @@ (define-public rust-heck-0.4
     (license (list license:asl2.0
                    license:expat))))
 
+(define-public rust-heck-0.4
+  (package
+    (inherit rust-heck-0.5)
+    (name "rust-heck")
+    (version "0.4.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "heck" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1a7mqsnycv5z4z5vnv1k34548jzmc0ajic7c1j8jsaspnhw5ql4m"))))))
+
 (define-public rust-heck-0.3
   (package
     (inherit rust-heck-0.4)
-- 
2.41.0




This bug report was last modified 1 year and 60 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.