dannym pushed a commit to branch wip-desktop
in repository guix.
commit 3a39c1317c97ff145ae357a14411d4356ffecabe
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Thu Aug 6 03:29:13 2020 +0200
gnu: rust-string-cache: Remove duplicate definition.
* gnu/packages/crates-io.scm (rust-string-cache-0.8): Remove duplicate
definition.
---
gnu/packages/crates-io.scm | 33 ---------------------------------
1 file changed, 33 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 89055a7..0309313 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -25002,39 +25002,6 @@ developed as part of the Servo project.")
developed as part of the Servo project.")
(license (list license:asl2.0 license:expat))))
-(define-public rust-string-cache-0.8
- (package
- (name "rust-string-cache")
- (version "0.8.0")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "string_cache" version))
- (file-name
- (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "12i0synp8l0qpnzi5qki4pjq3jx28ykikyffjjjg6fsfxddwfh19"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs
- (("rust-lazy-static" ,rust-lazy-static-1)
- ("rust-new-debug-unreachable"
- ,rust-new-debug-unreachable-1.0)
- ("rust-phf-shared" ,rust-phf-shared-0.8)
- ("rust-precomputed-hash" ,rust-precomputed-hash-0.1)
- ("rust-serde" ,rust-serde-1.0)
- ("rust-string-cache-codegen" ,rust-string-cache-codegen-0.4)
- ("rust-string-cache-shared" ,rust-string-cache-shared-0.3))
- #:cargo-development-inputs
- (("rust-rand" ,rust-rand-0.4))))
- (home-page "https://github.com/servo/string-cache")
- (synopsis "String interning library for Rust")
- (description
- "This package provides a string interning library for Rust,
-developed as part of the Servo project.")
- (license (list license:asl2.0 license:expat))))
-
(define-public rust-string-cache-codegen-0.4
(package
(inherit rust-string-cache-codegen-0.5)