gnu: rust-section-testing-0.0: Rename package.

* gnu/packages/crates-io.scm (rust-section-testing-0.0): Rename to ...
(rust-section-testing-0.0.5): ... this.
* gnu/packages/syndication.scm (newsboat)[cargo-development-inputs]:
Adjust accordingly.

Change-Id: I8d887bd947de71ddc6ee39d106b8b647ad8f7c1d
This commit is contained in:
Efraim Flashner 2024-09-19 16:01:59 +03:00
parent 938943fb9f
commit 03b0fc2f3b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
2 changed files with 2 additions and 2 deletions

View File

@ -68801,7 +68801,7 @@ statistical guarantees.")
(description "Library to interface with Secret Service API.")
(license (list license:expat license:asl2.0))))
(define-public rust-section-testing-0.0
(define-public rust-section-testing-0.0.5
(package
(name "rust-section-testing")
(version "0.0.5")

View File

@ -276,7 +276,7 @@ cards.")
#:cargo-development-inputs
(("rust-tempfile" ,rust-tempfile-3)
("rust-proptest" ,rust-proptest-1)
("rust-section-testing" ,rust-section-testing-0.0))
("rust-section-testing" ,rust-section-testing-0.0.5))
#:phases
(modify-phases %standard-phases
,@(if (not (assoc-ref inputs "asciidoctor"))