GNU bug report logs -
#68819
[PATCH 00/49 rust-team] Update i3status-rust to 0.32.3.
Previous Next
Reported by: Herman Rimm <herman <at> rimm.ee>
Date: Tue, 30 Jan 2024 15:05: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-progress-0.2): Remove variable.
Change-Id: Iee2958a87926a6026fed7adefe5f7ff0e44814a8
---
gnu/packages/crates-io.scm | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f38f456c99..d9168ac2f5 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -48427,29 +48427,6 @@ (define-public rust-profiling-procmacros-1
"This crate provides a very thin abstraction over other profiler crates.")
(license (list license:expat license:asl2.0))))
-(define-public rust-progress-0.2
- (package
- (name "rust-progress")
- (version "0.2.0")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "progress" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "0i0w5zh2hm4l16ibg5mgr9pf3vpybhhx0zrs0nb8d191awq21f0p"))))
- (build-system cargo-build-system)
- (arguments
- `(#:tests? #f ; 2 tests fail
- #:cargo-inputs
- (("rust-terminal-size" ,rust-terminal-size-0.1))))
- (home-page "https://github.com/TheKK/progress")
- (synopsis "Library for showing text based progress bar and job status")
- (description
- "This library is used for showing text based progress bar and job
-status.")
- (license license:expat)))
-
(define-public rust-progressing-3
(package
(name "rust-progressing")
--
2.41.0
This bug report was last modified 1 year and 162 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.