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-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
gnu: Add rust-ct-logs-0.7. f1db6edf4da9f598ece8204c9939cf4525a2a193 Arun Isaac 2020-09-16 05:45:04
gnu: Add rust-core-foundation-0.7. bcdfbbc868c216284d476b194ee42ea84cc2a74f Arun Isaac 2020-09-16 05:37:56
gnu: Add rust-core-foundation-sys-0.7. 7ac6d407f14f17b7fef5a50c86f61cba5f515716 Arun Isaac 2020-09-16 05:34:34
gnu: Add rust-cloudabi-0.1. 99874bf6347bb0f41b82d90df83a364b6b8e2db8 Arun Isaac 2020-09-16 05:29:54
gnu: Add rust-blobby-0.3. 2a93f5a43c211993ce6ba3fef129649468c3fc39 Arun Isaac 2020-09-16 05:05:54
gnu: Add rust-backtrace-0.3.35. 1231ce9a0735f3ebb6456de97dc96a5cabcc9ca4 Arun Isaac 2020-09-16 04:46:30
gnu: rust-tracing-core-0.1: Update to 0.1.16. cefb65453d7e916aacd1bcbfa2f3de350a8ea44a Arun Isaac 2020-09-15 17:35:22
gnu: rust-serde-1: Update to 1.0.116. 0d32e5e4f9d39a12f66d872b0d022af7864be346 Arun Isaac 2020-09-15 17:34:19
gnu: rust-proc-macro2-1: Update to 1.0.21. 61121235c969a86583f77f889565d11442eb3ffc Arun Isaac 2020-09-15 17:33:23
gnu: rust-once-cell-1: Update to 1.4.1. 168193ade5264715cc702b41363dfc3bfe96024d Arun Isaac 2020-09-15 17:32:01
gnu: rust-rustc-std-workspace-alloc-1.0: Remove minor version in variable name. 07419346647458bfcdfdf24d91ef643d99d7b47b Arun Isaac 2020-09-15 17:31:12
gnu: rust-tinytemplate-1: Update to 1.1.0. 4403d20149029d564057f49a4067055db7d9ce38 Arun Isaac 2020-09-15 17:27:00
gnu: rust-serde-derive-1: Update to 1.0.116. 81c5f0c42fb3bfe6336003170ccf371440016ffa Arun Isaac 2020-09-15 17:22:38
gnu: rust-criterion-plot-0.4: Update to 0.4.3. 0cc16068f0f3dbe11436d395eaaa2cdc5eeabdd8 Arun Isaac 2020-09-15 17:17:01
gnu: rust-criterion-0.3: Update to 0.3.3. d40b00635c2922cb232fb6ba8b5a672d6d6be523 Arun Isaac 2020-09-15 15:51:41
gnu: rust-httparse-1.3: Remove minor version from variable name. ec6481f0e2fbb7fac0b3a2a0ba968364aac831e0 Arun Isaac 2020-09-15 17:19:24
Commit 5457e769639e053617ba61320be038bcbee89045 - gnu: Add rust-build-const-0.2.
* gnu/packages/crates-io.scm (rust-build-const-0.2): New variable.
Author: Arun Isaac
Author date (UTC): 2020-09-16 12:13
Committer name: Arun Isaac
Committer date (UTC): 2020-10-12 06:11
Parent(s): abf6e95662c6859c1104d85578f127dfc18c5186
Signer:
Signing key: 2E25EE8B61802BB3
Signing status: E
Tree: 60b363b36aae5c944b0f01af4ca97a189931e26b
File Lines added Lines deleted
gnu/packages/crates-io.scm 19 0
File gnu/packages/crates-io.scm changed (mode: 100644) (index 0b90d9d47e..40eb9435cc)
... ... UTF-8.")
2186 2186 (base32 (base32
2187 2187 "0nzi9vqhl56ws8gq39f3aj4qjrr4l3g5lbkkcj8xq1x4cb74wq2r")))))) "0nzi9vqhl56ws8gq39f3aj4qjrr4l3g5lbkkcj8xq1x4cb74wq2r"))))))
2188 2188
2189 (define-public rust-build-const-0.2
2190 (package
2191 (name "rust-build-const")
2192 (version "0.2.1")
2193 (source
2194 (origin
2195 (method url-fetch)
2196 (uri (crate-uri "build_const" version))
2197 (file-name (string-append name "-" version ".tar.gz"))
2198 (sha256
2199 (base32
2200 "0faz882spx9474cszay2djmb0lghbwq51qayabcar1s7g4r2l29r"))))
2201 (build-system cargo-build-system)
2202 (home-page "https://crates.io/crates/build_const")
2203 (synopsis "Create importable constants from build.rs or a script")
2204 (description "This package provides a library for creating importable
2205 constants from build.rs or a script.")
2206 (license license:expat)))
2207
2189 2208 (define-public rust-bumpalo-3 (define-public rust-bumpalo-3
2190 2209 (package (package
2191 2210 (name "rust-bumpalo") (name "rust-bumpalo")
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