maav / guix-mirror (public) (License: GPLv3+) (since 2019-11-02) (hash sha1)
Mirror of GNU Guix (https://git.savannah.gnu.org/git/guix.git) with personal branches integrated into master branch.
List of commits:
Subject Hash Author Date (UTC)
gnu: Add rust-webpki-roots. 3688b52426375534b9a4ef38910b58563371189c Arun Isaac 2020-09-17 04:20:10
gnu: Add rust-atom-0.3. e12feea37cc95f17362c0d0065824c2f3d92e0f4 Arun Isaac 2020-09-16 17:58:18
gnu: Add rust-ipnet-2. 15eb3c6cd2ab50a932c666d7bca7d77f0f8073f3 Arun Isaac 2020-09-16 17:55:08
gnu: Add rust-retain-mut-0.1. c345ff6acd2f82c2aa61d91128c5e298f081a286 Arun Isaac 2020-09-16 17:49:31
gnu: Add rust-take-mut-0.2. 10826098753bdcd140fb7ecc5083846f0a676786 Arun Isaac 2020-09-16 17:44:25
gnu: Add rust-brotli-3. d7589c22636a3880cca4025ed79c7c2ba39ffc2c Arun Isaac 2020-09-16 17:40:27
gnu: Add rust-brotli-decompressor-2.3. aad7715985de59a4380cf93dfdb00263de01f73b Arun Isaac 2020-09-16 17:36:47
gnu: Add rust-const-random-0.1. d87552bb3541c3ab05b2ef613e0a30bd5433d023 Arun Isaac 2020-09-16 17:32:02
gnu: Add rust-const-random-macro-0.1. cdbc7b019ace12e7b2ee50e47e61bb90633ca121 Arun Isaac 2020-09-16 17:27:00
gnu: Add rust-lock-api-0.4. 665f51d3fa25f98baa14e4b4258caacbd0c752cd Arun Isaac 2020-09-16 14:42:37
gnu: Add rust-inflector-0.11. 0da9cb0a40a89c983723fe05ec650e1320c6ad17 Arun Isaac 2020-09-16 14:36:52
gnu: Add rust-if-chain-1. f274658c0ede9d8332f7b01d7b6d8d2d2840adff Arun Isaac 2020-09-16 14:32:26
gnu: Add rust-humansize-1. a5005caa9028488b978229eace9b828788b0f6f5 Arun Isaac 2020-09-16 14:27:30
gnu: Add rust-criterion-cycles-per-byte-0.1. d45c78ad4c74fbdaac982f29daeff84e49e9dfef Arun Isaac 2020-09-16 14:21:05
gnu: Add rust-crc-1. 9b4a3be4f131f712b3e1fa43e1fef93e1f2689ae Arun Isaac 2020-09-16 14:17:27
gnu: Add rust-const-fn-0.4. 1739de9a1071c1e39cc5c04ccbf75e35cb7f78da Arun Isaac 2020-09-16 14:15:33
gnu: Add rust-build-const-0.2. 5457e769639e053617ba61320be038bcbee89045 Arun Isaac 2020-09-16 12:13:50
gnu: Add rust-alloc-stdlib-0.2. abf6e95662c6859c1104d85578f127dfc18c5186 Arun Isaac 2020-09-16 12:07:43
gnu: Add rust-alloc-no-stdlib-2. ce7520db90d86e3db9fe4f3fa267e5586a42ab20 Arun Isaac 2020-09-16 12:06:11
gnu: Add rust-serde-bytes-0.10. 385ae0cf4199e5060254688bb08750101505dd8b Arun Isaac 2020-09-16 05:49:30
Commit 3688b52426375534b9a4ef38910b58563371189c - gnu: Add rust-webpki-roots.
* gnu/packages/crates-io.scm (rust-webpki-roots-0.20, rust-webpki-roots-0.19):
New variable.
(rust-webpki-roots-0.18): Inherit from rust-webpki-roots-0.19.
Author: Arun Isaac
Author date (UTC): 2020-09-17 04:20
Committer name: Arun Isaac
Committer date (UTC): 2020-10-12 06:11
Parent(s): e12feea37cc95f17362c0d0065824c2f3d92e0f4
Signer:
Signing key: 2E25EE8B61802BB3
Signing status: E
Tree: 4561a9a0e66e64dc9ed45a0ea04c91fc2af682db
File Lines added Lines deleted
gnu/packages/crates-io.scm 38 7
File gnu/packages/crates-io.scm changed (mode: 100644) (index 02bbf89f3b..c7215ad6fa)
... ... Verification.")
28276 28276 #:cargo-development-inputs #:cargo-development-inputs
28277 28277 (("rust-base64" ,rust-base64-0.9)))))) (("rust-base64" ,rust-base64-0.9))))))
28278 28278
28279 (define-public rust-webpki-roots-0.18
28279 (define-public rust-webpki-roots-0.20
28280 28280 (package (package
28281 28281 (name "rust-webpki-roots") (name "rust-webpki-roots")
28282 (version "0.18.0")
28282 (version "0.20.0")
28283 28283 (source (source
28284 28284 (origin (origin
28285 28285 (method url-fetch) (method url-fetch)
28286 28286 (uri (crate-uri "webpki-roots" version)) (uri (crate-uri "webpki-roots" version))
28287 (file-name (string-append name "-" version ".tar.gz"))
28288 (sha256
28289 (base32 "1d4ss607rgi9pj01zzqa13c1p3m35z314yh6lmjaj4kzvwv5gkci"))))
28287 (file-name (string-append name "-" version ".tar.gz"))
28288 (sha256
28289 (base32
28290 "17qpmyym1lsi967b4nc3112nb13ism8731bhjqd9hlajafkxw80g"))))
28290 28291 (build-system cargo-build-system) (build-system cargo-build-system)
28291 28292 (arguments (arguments
28292 `(#:cargo-inputs (("rust-webpki" ,rust-webpki-0.21))))
28293 `(#:cargo-inputs
28294 (("rust-webpki" ,rust-webpki-0.21))))
28293 28295 (home-page "https://github.com/ctz/webpki-roots") (home-page "https://github.com/ctz/webpki-roots")
28294 28296 (synopsis "Mozilla's CA root certificates for use with webpki") (synopsis "Mozilla's CA root certificates for use with webpki")
28295 (description "Mozilla's CA root certificates for use with webpki")
28297 (description "This package provides Mozilla's CA root certificates for use
28298 with webpki.")
28296 28299 (license license:mpl2.0))) (license license:mpl2.0)))
28297 28300
28301 (define-public rust-webpki-roots-0.19
28302 (package
28303 (inherit rust-webpki-roots-0.20)
28304 (name "rust-webpki-roots")
28305 (version "0.19.0")
28306 (source
28307 (origin
28308 (method url-fetch)
28309 (uri (crate-uri "webpki-roots" version))
28310 (file-name
28311 (string-append name "-" version ".tar.gz"))
28312 (sha256
28313 (base32
28314 "0fapdqwbfv0kncplpvbgnr0bjd5a9krlpij9jdzk0mvaa6vz9vzq"))))))
28315
28316 (define-public rust-webpki-roots-0.18
28317 (package
28318 (inherit rust-webpki-roots-0.19)
28319 (name "rust-webpki-roots")
28320 (version "0.18.0")
28321 (source
28322 (origin
28323 (method url-fetch)
28324 (uri (crate-uri "webpki-roots" version))
28325 (file-name (string-append name "-" version ".tar.gz"))
28326 (sha256
28327 (base32 "1d4ss607rgi9pj01zzqa13c1p3m35z314yh6lmjaj4kzvwv5gkci"))))))
28328
28298 28329 (define-public rust-webpki-roots-0.17 (define-public rust-webpki-roots-0.17
28299 28330 (package/inherit rust-webpki-roots-0.18 (package/inherit rust-webpki-roots-0.18
28300 28331 (name "rust-webpki-roots") (name "rust-webpki-roots")
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/maav/guix-mirror

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/maav/guix-mirror

Clone this repository using git:
git clone git://git.rocketgit.com/user/maav/guix-mirror

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main