diff options
| author | Sören Tempel <soeren+git@soeren-tempel.net> | 2026-03-11 06:31:25 +0100 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-03-11 21:15:25 +0200 |
| commit | 7f62f5ce8939ef7c58400d6e851d6691a7be9f0b (patch) | |
| tree | b5efccb50186e52a0a4f7a3861b981beeabfdda0 /gnu/packages/rust-sources.scm | |
| parent | 00f336d159f388fe82df75565f28c7c676efa767 (diff) | |
gnu: pimsync: Update to 0.5.7.
* gnu/packages/dav.scm (pimsync): Update to 0.5.7.
[arguments] <phases>: Add 'use-guix-vendored-dependencies.
* gnu/packages/rust-sources.scm: Add rust-hashify-0.2.7.b787649.
* gnu/packages/rust-crates.scm: Update crates accordingly.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages/rust-sources.scm')
| -rw-r--r-- | gnu/packages/rust-sources.scm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gnu/packages/rust-sources.scm b/gnu/packages/rust-sources.scm index 963d3b123a0..a6021c74d57 100644 --- a/gnu/packages/rust-sources.scm +++ b/gnu/packages/rust-sources.scm | |||
| @@ -102,6 +102,32 @@ | |||
| 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 | |||
| 105 | (define-public rust-hypher-0.1 | 131 | (define-public rust-hypher-0.1 |
| 106 | (hidden-package | 132 | (hidden-package |
| 107 | (package | 133 | (package |
