diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-03-12 12:04:00 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-03-12 12:04:00 +0200 |
| commit | 362fe5e09c787e243ed69d412ed9f4abf29e3ec3 (patch) | |
| tree | 9ea541d9a29f4a25fffee6f15196dd29ebbcbd36 /gnu/packages | |
| parent | cbfed3a6a5168a77e7eef7cd44e3a526892c899a (diff) | |
gnu: rust-hashify-0.2.7.b787649: Make regular cargo source.
* gnu/packages/rust-crates.scm (rust-hashify-0.2.7.b787649): Rename to
rust-hashify-0.2.7.b787649-for-pimsync, use git-fetch.
(lookup-cargo-inputs): Adjust accordingly.
* gnu/packages/rust-sources.scm (rust-hashify-0.2.7.b787649): Remove
variable.
Change-Id: Ia2c68a8df078a35abf6b60ebdc526a2a006b0999
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/rust-crates.scm | 81 | ||||
| -rw-r--r-- | gnu/packages/rust-sources.scm | 26 |
2 files changed, 9 insertions, 98 deletions
diff --git a/gnu/packages/rust-crates.scm b/gnu/packages/rust-crates.scm index aa333fb9c65..9ddeef211f1 100644 --- a/gnu/packages/rust-crates.scm +++ b/gnu/packages/rust-crates.scm | |||
| @@ -11565,7 +11565,14 @@ | |||
| 11565 | (crate-source "hashify" "0.2.7" | 11565 | (crate-source "hashify" "0.2.7" |
| 11566 | "0k2x1vrkafnhhwk5y8yh6a835f81fizwpqygak9nm8mm1slkx7hl")) | 11566 | "0k2x1vrkafnhhwk5y8yh6a835f81fizwpqygak9nm8mm1slkx7hl")) |
| 11567 | 11567 | ||
| 11568 | (define rust-hashify-0.2.7.b787649 package:rust-hashify-0.2.7.b787649) | 11568 | (define rust-hashify-0.2.7.b787649-for-pimsync |
| 11569 | (origin | ||
| 11570 | (method git-fetch) | ||
| 11571 | (uri (git-reference (url "https://github.com/WhyNotHugo/hashify/") | ||
| 11572 | (commit "b7876499e196073236ac32ae58c9e23cd0d7f22f"))) | ||
| 11573 | (file-name (git-file-name "rust-hashify" "0.2.7.b787649")) | ||
| 11574 | (sha256 | ||
| 11575 | (base32 "07i6ldb7br4b4b3irslxk0jxdfzy9garl4izciwwp8bca32pf421")))) | ||
| 11569 | 11576 | ||
| 11570 | (define rust-hashlink-0.10.0 | 11577 | (define rust-hashlink-0.10.0 |
| 11571 | (crate-source "hashlink" "0.10.0" | 11578 | (crate-source "hashlink" "0.10.0" |
| @@ -58157,7 +58164,7 @@ | |||
| 58157 | rust-hashbrown-0.14.5 | 58164 | rust-hashbrown-0.14.5 |
| 58158 | rust-hashbrown-0.15.5 | 58165 | rust-hashbrown-0.15.5 |
| 58159 | rust-hashbrown-0.16.1 | 58166 | rust-hashbrown-0.16.1 |
| 58160 | rust-hashify-0.2.7.b787649 | 58167 | rust-hashify-0.2.7.b787649-for-pimsync |
| 58161 | rust-heck-0.5.0 | 58168 | rust-heck-0.5.0 |
| 58162 | rust-hex-0.4.3 | 58169 | rust-hex-0.4.3 |
| 58163 | rust-http-1.4.0 | 58170 | rust-http-1.4.0 |
| @@ -66576,76 +66583,6 @@ | |||
| 66576 | rust-unic-ucd-version-0.9.0 | 66583 | rust-unic-ucd-version-0.9.0 |
| 66577 | rust-unicode-ident-1.0.18 | 66584 | rust-unicode-ident-1.0.18 |
| 66578 | rust-unicode-normalization-0.1.24)) | 66585 | rust-unicode-normalization-0.1.24)) |
| 66579 | (rust-hashify-0.2.7.b787649 => | ||
| 66580 | (list rust-aho-corasick-1.1.4 | ||
| 66581 | rust-anes-0.1.6 | ||
| 66582 | rust-anstyle-1.0.13 | ||
| 66583 | rust-autocfg-1.5.0 | ||
| 66584 | rust-bumpalo-3.20.2 | ||
| 66585 | rust-cast-0.3.0 | ||
| 66586 | rust-cfg-if-1.0.4 | ||
| 66587 | rust-ciborium-0.2.2 | ||
| 66588 | rust-ciborium-io-0.2.2 | ||
| 66589 | rust-ciborium-ll-0.2.2 | ||
| 66590 | rust-clap-4.5.60 | ||
| 66591 | rust-clap-builder-4.5.60 | ||
| 66592 | rust-clap-lex-1.0.0 | ||
| 66593 | rust-criterion-0.5.1 | ||
| 66594 | rust-criterion-plot-0.5.0 | ||
| 66595 | rust-crossbeam-deque-0.8.6 | ||
| 66596 | rust-crossbeam-epoch-0.9.18 | ||
| 66597 | rust-crossbeam-utils-0.8.21 | ||
| 66598 | rust-crunchy-0.2.4 | ||
| 66599 | rust-either-1.15.0 | ||
| 66600 | rust-half-2.7.1 | ||
| 66601 | rust-hermit-abi-0.5.2 | ||
| 66602 | rust-is-terminal-0.4.17 | ||
| 66603 | rust-itertools-0.10.5 | ||
| 66604 | rust-itoa-1.0.17 | ||
| 66605 | rust-js-sys-0.3.91 | ||
| 66606 | rust-libc-0.2.183 | ||
| 66607 | rust-memchr-2.8.0 | ||
| 66608 | rust-num-traits-0.2.19 | ||
| 66609 | rust-once-cell-1.21.3 | ||
| 66610 | rust-oorandom-11.1.5 | ||
| 66611 | rust-phf-0.11.3 | ||
| 66612 | rust-phf-generator-0.11.3 | ||
| 66613 | rust-phf-macros-0.11.3 | ||
| 66614 | rust-phf-shared-0.11.3 | ||
| 66615 | rust-plotters-0.3.7 | ||
| 66616 | rust-plotters-backend-0.3.7 | ||
| 66617 | rust-plotters-svg-0.3.7 | ||
| 66618 | rust-proc-macro2-1.0.106 | ||
| 66619 | rust-quote-1.0.45 | ||
| 66620 | rust-rand-0.8.5 | ||
| 66621 | rust-rand-core-0.6.4 | ||
| 66622 | rust-rayon-1.11.0 | ||
| 66623 | rust-rayon-core-1.13.0 | ||
| 66624 | rust-regex-1.12.3 | ||
| 66625 | rust-regex-automata-0.4.14 | ||
| 66626 | rust-regex-syntax-0.8.10 | ||
| 66627 | rust-rustversion-1.0.22 | ||
| 66628 | rust-same-file-1.0.6 | ||
| 66629 | rust-serde-1.0.228 | ||
| 66630 | rust-serde-core-1.0.228 | ||
| 66631 | rust-serde-derive-1.0.228 | ||
| 66632 | rust-serde-json-1.0.149 | ||
| 66633 | rust-siphasher-1.0.2 | ||
| 66634 | rust-syn-2.0.117 | ||
| 66635 | rust-tinytemplate-1.2.1 | ||
| 66636 | rust-unicode-ident-1.0.24 | ||
| 66637 | rust-walkdir-2.5.0 | ||
| 66638 | rust-wasm-bindgen-0.2.114 | ||
| 66639 | rust-wasm-bindgen-macro-0.2.114 | ||
| 66640 | rust-wasm-bindgen-macro-support-0.2.114 | ||
| 66641 | rust-wasm-bindgen-shared-0.2.114 | ||
| 66642 | rust-web-sys-0.3.91 | ||
| 66643 | rust-winapi-util-0.1.11 | ||
| 66644 | rust-windows-link-0.2.1 | ||
| 66645 | rust-windows-sys-0.61.2 | ||
| 66646 | rust-zerocopy-0.8.42 | ||
| 66647 | rust-zerocopy-derive-0.8.42 | ||
| 66648 | rust-zmij-1.0.21)) | ||
| 66649 | (rust-minisign => | 66586 | (rust-minisign => |
| 66650 | (list rust-block-buffer-0.10.4 | 66587 | (list rust-block-buffer-0.10.4 |
| 66651 | rust-bumpalo-3.17.0 | 66588 | rust-bumpalo-3.17.0 |
diff --git a/gnu/packages/rust-sources.scm b/gnu/packages/rust-sources.scm index a6021c74d57..963d3b123a0 100644 --- a/gnu/packages/rust-sources.scm +++ b/gnu/packages/rust-sources.scm | |||
| @@ -102,32 +102,6 @@ | |||
| 102 | transliterating them. It supports Emoji and Chinese.") | 102 | transliterating them. It supports Emoji and Chinese.") |
| 103 | (license license:bsd-3)))) | 103 | (license license:bsd-3)))) |
| 104 | 104 | ||
| 105 | (define-public rust-hashify-0.2.7.b787649 | ||
| 106 | (let ((commit "b7876499e196073236ac32ae58c9e23cd0d7f22f") | ||
| 107 | (revision "0")) | ||
| 108 | (hidden-package | ||
| 109 | (package | ||
| 110 | (name "rust-hashify") | ||
| 111 | (version (git-version "0.2.7" revision commit)) | ||
| 112 | (source | ||
| 113 | (origin | ||
| 114 | (method git-fetch) | ||
| 115 | (uri (git-reference (url "https://github.com/WhyNotHugo/hashify/") | ||
| 116 | (commit "b7876499e196073236ac32ae58c9e23cd0d7f22f"))) | ||
| 117 | (file-name (git-file-name "rust-hashify" "0.2.7.b787649")) | ||
| 118 | (sha256 | ||
| 119 | (base32 "07i6ldb7br4b4b3irslxk0jxdfzy9garl4izciwwp8bca32pf421")))) | ||
| 120 | (build-system cargo-build-system) | ||
| 121 | (arguments | ||
| 122 | (list | ||
| 123 | #:skip-build? #t | ||
| 124 | #:cargo-package-crates ''("hashify"))) | ||
| 125 | (inputs (cargo-inputs 'rust-hashify-0.2.7.b787649)) | ||
| 126 | (home-page "https://github.com/WhyNotHugo/hashify/tree/reproducible-builds") | ||
| 127 | (synopsis "Perfect hashing for an imperfect world") | ||
| 128 | (description "This package provides procedural macros for creating hashing maps.") | ||
| 129 | (license license:expat))))) | ||
| 130 | |||
| 131 | (define-public rust-hypher-0.1 | 105 | (define-public rust-hypher-0.1 |
| 132 | (hidden-package | 106 | (hidden-package |
| 133 | (package | 107 | (package |
