GNU bug report logs - #69363
Add gitui

Previous Next

Package: guix-patches;

Reported by: András Vöröskői <voroskoi <at> gmail.com>

Date: Sat, 24 Feb 2024 20:26:01 UTC

Severity: normal

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

Bug is archived. No further changes may be made.

Full log


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

From: VÖRÖSKŐI András <voroskoi <at> gmail.com>
To: 69363 <at> debbugs.gnu.org
Cc: VÖRÖSKŐI András <voroskoi <at> gmail.com>
Subject: [PATCH 74/87] gnu: rust-scopeguard-1: Update to 1.2.0.
Date: Sat, 24 Feb 2024 21:40:12 +0100
* gnu/packages/crates-io.scm (rust-scopeguard-1): Update to 1.2.0.

Change-Id: I9e34258e01064cdc14e5d0d88a904c4bf722fb77
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 636fe38d6e..3c9f049117 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -59391,7 +59391,7 @@ (define-public rust-scoped-tls-0.1
 (define-public rust-scopeguard-1
   (package
     (name "rust-scopeguard")
-    (version "1.1.0")
+    (version "1.2.0")
     (source
       (origin
         (method url-fetch)
@@ -59399,7 +59399,7 @@ (define-public rust-scopeguard-1
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "1kbqm85v43rq92vx7hfiay6pmcga03vrjbbfwqpyj3pwsg3b16nj"))))
+          "0jcz9sd47zlsgcnm1hdw0664krxwb5gczlif4qngj2aif8vky54l"))))
     (build-system cargo-build-system)
     (home-page "https://github.com/bluss/scopeguard")
     (synopsis "Scope guard which will run a closure even out of scope")
-- 
2.41.0





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

Previous Next


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