GNU bug report logs - #74519
[PATCH rust-team 00/30] Add helix

Previous Next

Package: guix-patches;

Reported by: Murilo <murilo <at> disroot.org>

Date: Mon, 25 Nov 2024 02:45:01 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 #119 received at 74519 <at> debbugs.gnu.org (full text, mbox):

From: Murilo <murilo <at> disroot.org>
To: 74519 <at> debbugs.gnu.org
Cc: Murilo <murilo <at> disroot.org>
Subject: [PATCH v2 rust-team 11/23] gnu: rust-hashbrown-0.14: Update to 0.14.5.
Date: Fri, 29 Nov 2024 11:36:34 -0300
* gnu/packages/crates-io.scm (rust-hashbrown-0.14): Update to 0.14.5.

Change-Id: Ica60af634ecc02a44f350c7ed11969b9354dbaa2
---
 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 76144cd597..f254093dc2 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -33040,14 +33040,14 @@ (define-public rust-hashbrown-0.14
   (package
     (inherit rust-hashbrown-0.15)
     (name "rust-hashbrown")
-    (version "0.14.3")
+    (version "0.14.5")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "hashbrown" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "012nywlg0lj9kwanh69my5x67vjlfmzfi9a0rq4qvis2j8fil3r9"))
+                "1wa1vy1xs3mp11bn3z9dv0jricgr6a2j0zkf1g19yz3vw4il89z5"))
               (modules '((guix build utils)))
               (snippet
                '(begin
-- 
2.46.0





This bug report was last modified 146 days ago.

Previous Next


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