GNU bug report logs -
#74551
[PATCH 00/49] Add starship shell utility
Previous Next
Reported by: Jordan Moore <lockbox <at> struct.foo>
Date: Tue, 26 Nov 2024 21:36:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-approx-0.5): Bump to v0.5.1
---
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 db4edce680..57ab3719b5 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -2525,14 +2525,14 @@ (define-public rust-app-dirs2-2
(define-public rust-approx-0.5
(package
(name "rust-approx")
- (version "0.5.0")
+ (version "0.5.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "approx" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "17p9g3yl061zdlrqj10npybmng81jz71dzmcanmjgcb35qhgfb87"))))
+ (base32 "1ilpv3dgd58rasslss0labarq7jawxmivk17wsh8wmkdm3q15cfa"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
--
2.47.0
This bug report was last modified 224 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.