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-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
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
Commit 665f51d3fa25f98baa14e4b4258caacbd0c752cd - gnu: Add rust-lock-api-0.4.
* gnu/packages/crates-io.scm (rust-lock-api-0.4): New variable.
(rust-lock-api-0.3): Inherit from rust-lock-api-0.4.
Author: Arun Isaac
Author date (UTC): 2020-09-16 14:42
Committer name: Arun Isaac
Committer date (UTC): 2020-10-12 06:11
Parent(s): 0da9cb0a40a89c983723fe05ec650e1320c6ad17
Signer:
Signing key: 2E25EE8B61802BB3
Signing status: E
Tree: 7c31c26191e10ca85a0a7e4daa5d362697705612
File Lines added Lines deleted
gnu/packages/crates-io.scm 24 11
File gnu/packages/crates-io.scm changed (mode: 100644) (index e7765fe727..ad367ae8fc)
... ... by inspecting the system for user preference.")
12211 12211 ("rust-regex" ,rust-regex-1) ("rust-regex" ,rust-regex-1)
12212 12212 ("rust-winapi" ,rust-winapi-0.3)))))) ("rust-winapi" ,rust-winapi-0.3))))))
12213 12213
12214 (define-public rust-lock-api-0.3
12214 (define-public rust-lock-api-0.4
12215 12215 (package (package
12216 12216 (name "rust-lock-api") (name "rust-lock-api")
12217 (version "0.3.4")
12217 (version "0.4.1")
12218 12218 (source (source
12219 12219 (origin (origin
12220 12220 (method url-fetch) (method url-fetch)
12221 12221 (uri (crate-uri "lock_api" version)) (uri (crate-uri "lock_api" version))
12222 (file-name
12223 (string-append name "-" version ".tar.gz"))
12222 (file-name (string-append name "-" version ".tar.gz"))
12224 12223 (sha256 (sha256
12225 12224 (base32 (base32
12226 "0xgc5dzmajh0akbh5d6d7rj9mh5rzpk74pyrc946v2ixgakj9nn4"))))
12225 "0716z2rs0kydmd1818kqp4641dfkqzr0rpbnrpxhabxylp2pq918"))))
12227 12226 (build-system cargo-build-system) (build-system cargo-build-system)
12228 12227 (arguments (arguments
12229 12228 `(#:cargo-inputs `(#:cargo-inputs
 
... ... by inspecting the system for user preference.")
12231 12230 ("rust-scopeguard" ,rust-scopeguard-1) ("rust-scopeguard" ,rust-scopeguard-1)
12232 12231 ("rust-serde" ,rust-serde-1)))) ("rust-serde" ,rust-serde-1))))
12233 12232 (home-page "https://github.com/Amanieu/parking_lot") (home-page "https://github.com/Amanieu/parking_lot")
12234 (synopsis
12235 "Wrappers to create fully-featured Mutex and RwLock types")
12236 (description
12237 "This package provides wrappers to create fully-featured @code{Mutex} and
12238 @code{RwLock} types. It is compatible with @code{no_std}.")
12239 (license (list license:expat license:asl2.0))))
12233 (synopsis "Wrappers to create fully-featured Mutex and RwLock types")
12234 (description "This package provides wrappers to create fully-featured
12235 @code{Mutex} and @code{RwLock} types. It is compatible with @code{no_std}.")
12236 (license (list license:asl2.0 license:expat))))
12237
12238 (define-public rust-lock-api-0.3
12239 (package
12240 (inherit rust-lock-api-0.4)
12241 (name "rust-lock-api")
12242 (version "0.3.4")
12243 (source
12244 (origin
12245 (method url-fetch)
12246 (uri (crate-uri "lock_api" version))
12247 (file-name
12248 (string-append name "-" version ".tar.gz"))
12249 (sha256
12250 (base32
12251 "0xgc5dzmajh0akbh5d6d7rj9mh5rzpk74pyrc946v2ixgakj9nn4"))))
12252 (build-system cargo-build-system)))
12240 12253
12241 12254 (define-public rust-lock-api-0.2 (define-public rust-lock-api-0.2
12242 12255 (package (package
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