GNU bug report logs - #73884
[PATCH 00/19] gnu: Add swayrbar

Previous Next

Package: guix-patches;

Reported by: Luca Matei Pintilie <luca <at> lucamatei.com>

Date: Sat, 19 Oct 2024 14:26:03 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


Message #32 received at 73884 <at> debbugs.gnu.org (full text, mbox):

From: Luca Matei Pintilie <luca <at> lucamatei.com>
To: 73884 <at> debbugs.gnu.org
Cc: Luca Matei Pintilie <luca <at> lucamatei.com>
Subject: [PATCH v1 15/19] gnu: rust-critical-section-1: Update to 1.1.3
Date: Sat, 19 Oct 2024 16:49:31 +0200
Change-Id: Ibb4399e65f728a6d3cbde6fd8d99c17d9f77a3f9
---
 gnu/packages/crates-io.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c9ed7cd464..1bc8b40075 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -17650,14 +17650,14 @@ (define-public rust-criterion-plot-0.3
 (define-public rust-critical-section-1
   (package
     (name "rust-critical-section")
-    (version "1.1.2")
-    (source (origin
-              (method url-fetch)
-              (uri (crate-uri "critical-section" version))
-              (file-name (string-append name "-" version ".tar.gz"))
-              (sha256
-               (base32
-                "05pj0pvkdyc9r30xxabam4n8zxdbzxcddr0gdypajcbqjgwgynbh"))))
+    (version "1.1.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "critical-section" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0hi289hs8kiyqmhwzsrlqrba559av3bzg71f4bs5mz28cf4hjh7n"))))
     (build-system cargo-build-system)
     (home-page "https://github.com/rust-embedded/critical-section")
     (synopsis "Critical section abstraction")
-- 
2.47.0





This bug report was last modified 190 days ago.

Previous Next


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