[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#68819] [PATCH 43/49] gnu: Remove rust-notmuch-0.6.
From: |
Herman Rimm |
Subject: |
[bug#68819] [PATCH 43/49] gnu: Remove rust-notmuch-0.6. |
Date: |
Tue, 30 Jan 2024 16:25:26 +0100 |
* gnu/packages/crates-io.scm (rust-notmuch-0.6): Remove variable.
Change-Id: I41cef7661845b3ae5c5207b966c8067bf689883a
---
gnu/packages/crates-io.scm | 32 --------------------------------
1 file changed, 32 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index aa40575ffa..18f4edf8e6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -40505,38 +40505,6 @@ (define-public rust-notmuch-0.8
"This crate provides a Rust interface and bindings for Notmuch.")
(license license:gpl3+)))
-(define-public rust-notmuch-0.6
- (package
- (inherit rust-notmuch-0.8)
- (name "rust-notmuch")
- (version "0.6.0")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "notmuch" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "19q93iyvx4liksm09mhq9ibm8zj7i3dizc1s40f916z0kbpn9k5w"))))
- (arguments
- `(#:tests? #f ;see https://github.com/vhdirk/notmuch-rs/issues/35
- #:cargo-inputs
- (("rust-libc" ,rust-libc-0.2)
- ("rust-supercow" ,rust-supercow-0.1))
- #:cargo-development-inputs
- (("rust-dirs" ,rust-dirs-1)
- ("rust-gethostname" ,rust-gethostname-0.2)
- ("rust-lettre" ,rust-lettre-0.9)
- ("rust-lettre-email" ,rust-lettre-email-0.9)
- ("rust-maildir" ,rust-maildir-0.5)
- ("rust-tempfile" ,rust-tempfile-3))
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'fix-maildir-version
- (lambda* _
- (substitute* "Cargo.toml"
- (("version = \"0.3.2\"") "version = \"0.5.0\"")))))))))
-
-
(define-public rust-ntapi-0.4
(package
(name "rust-ntapi")
--
2.41.0
- [bug#68819] [PATCH 39/49] gnu: Add rust-pandoc-0.8., (continued)
- [bug#68819] [PATCH 39/49] gnu: Add rust-pandoc-0.8., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 42/49] gnu: Remove rust-neli-0.4., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 44/49] gnu: Remove rust-cpuprofiler-0.0., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 45/49] gnu: Remove rust-progress-0.2., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 10/49] gnu: Add rust-from-variants-0.6., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 41/49] gnu: Deprecate rust-nl80211-0.0.2., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 33/49] gnu: Add rust-xdg-home-1., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 47/49] gnu: Remove rust-supercow-0.1., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 46/49] gnu: Remove rust-buffering-0.3., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 20/49] gnu: Add rust-futures-lite-2., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 43/49] gnu: Remove rust-notmuch-0.6.,
Herman Rimm <=
- [bug#68819] [PATCH 18/49] gnu: Add rust-async-pidfd-0.1., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 49/49] gnu: Remove rust-ordered-stream-0.1., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 24/49] gnu: Add rust-wayrs-scanner-0.13., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 40/49] gnu: i3status-rust: Update to 0.32.3., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 34/49] gnu: Add rust-async-signal-0.2., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 38/49] gnu: rust-zbus-3: Update to 3.14.1., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 36/49] gnu: rust-async-process-1: Update to 1.8.1., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 30/49] gnu: Add rust-async-lock-3., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 27/49] gnu: Add rust-event-listener-4., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 00/49 rust-team] Update i3status-rust to 0.32.3., Herman Rimm, 2024/01/30