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: guile-squee: Update to 0-1.7dcd22b. f3e96671feed033532ba5bea2522bd869cdf05dc Christopher Baines 2020-10-12 08:01:56
news: Add 'es' translation. e746d30ec15852ec50e4247ea0a07ab2a9a69aa8 Miguel Ángel Arruga Vivas 2020-10-11 17:10:56
gnu: rtl8821ce-linux-module: Update to 0.0.0-1.fe97b500. 830c5479bbebbb89a65fac8dc6565207fa375a15 Zhu Zihao 2020-10-09 12:43:03
gnu: web.scm: Sort module imports alphabetically. 874979e8dfd961d1d791d201417d6b77a6ea2b74 Efraim Flashner 2020-10-12 06:46:27
gnu: Add esbuild. 5137c73e29929c892c9dbd143fd920014a2ef193 Ryan Prior via Guix-patches via 2020-10-11 16:16:29
gnu: Add go-github-com-kylelemons-godebug. 58420d23afc192159c4566cce7c867a2d2f850dc Ryan Prior via Guix-patches via 2020-10-11 16:16:23
gnu: Add rust-swc-1. 7d34dae1f107b09d3b46986ada726df870fc63a4 Arun Isaac 2020-09-21 08:44:30
gnu: Add rust-radix-fmt-1. c3caffb15518973510244024d6b03299addc065b Arun Isaac 2020-09-21 06:11:17
gnu: Add rust-st-map-0.1. 1757c5e912babd689aeb9bb2274338fcc4154965 Arun Isaac 2020-09-21 06:08:29
gnu: Add rust-fluid-0.4. 40b2e9052cd0a92d5bf5509479ddf6c5b5092b69 Arun Isaac 2020-09-21 06:06:41
gnu: Add rust-fluid-attributes-0.4. 4fabe74173c8742f606bcac00064370c0f11452d Arun Isaac 2020-09-21 06:05:23
gnu: Add rust-sourcemap-6. bb9003c9751ffe9c0cac6704ffe40a1aefe91409 Arun Isaac 2020-09-21 06:03:00
gnu: Add rust-path-clean-0.1. c2b43329a1fdc92ac8edb8b6b17dfa865e925bd2 Arun Isaac 2020-09-21 05:59:49
gnu: Add rust-is-macro-0.1. 722c00d1109cd06418a90d36f6a729c3ef9ace90 Arun Isaac 2020-09-21 05:58:32
gnu: Add rust-ipconfig-0.2. 461b8f7457d6dcda3c045a4bd875c1cadd12ad0b Arun Isaac 2020-09-21 05:56:12
gnu: Add rust-napi-0.5. bc69ad7b364620f2820203b9adef356a7f0515f7 Arun Isaac 2020-09-21 05:53:44
gnu: Add rust-napi-build-0.2. 0a0a560c90faef0a3a482d1b528d9430b6912c4b Arun Isaac 2020-09-21 05:52:18
gnu: Add rust-napi-sys-0.4. 8e07de3dbc5fa577f1eb8bf18a959491266e3987 Arun Isaac 2020-09-21 05:50:17
gnu: rust-syn-1: Update to 1.0.40. 08d59bc87094d9bb4377a177e7e478e7b1e25231 Arun Isaac 2020-09-21 06:20:25
gnu: Add rust-reqwest-0.10. f2ee88881623e867c268964eea5dd32c995d7351 Arun Isaac 2020-09-21 05:48:03
Commit f3e96671feed033532ba5bea2522bd869cdf05dc - gnu: guile-squee: Update to 0-1.7dcd22b.
* gnu/packages/guile-xyz.scm (guile-squee): Update to 0-1.7dcd22b.
Author: Christopher Baines
Author date (UTC): 2020-10-12 08:01
Committer name: Christopher Baines
Committer date (UTC): 2020-10-12 08:01
Parent(s): e746d30ec15852ec50e4247ea0a07ab2a9a69aa8
Signer:
Signing key: 5E28A33B0B84F577
Signing status: E
Tree: cf9d96f1b9af0057e58f2178dbca8d492400e513
File Lines added Lines deleted
gnu/packages/guile-xyz.scm 3 3
File gnu/packages/guile-xyz.scm changed (mode: 100644) (index 7255786d76..88c0586dc9)
... ... It has a nice, simple s-expression based syntax.")
701 701 (inputs `(("guile" ,guile-2.2))))) (inputs `(("guile" ,guile-2.2)))))
702 702
703 703 (define-public guile-squee (define-public guile-squee
704 (let ((commit "a85902a92bf6f58a1d35fd974a01ade163deda8d")
705 (revision "0"))
704 (let ((commit "7dcd22b54fd56c9e629489191bb27ac80ecea9db")
705 (revision "1"))
706 706 (package (package
707 707 (name "guile-squee") (name "guile-squee")
708 708 (version (string-append "0-" revision "." (string-take commit 7))) (version (string-append "0-" revision "." (string-take commit 7)))
 
... ... It has a nice, simple s-expression based syntax.")
714 714 (file-name (git-file-name name version)) (file-name (git-file-name name version))
715 715 (sha256 (sha256
716 716 (base32 (base32
717 "0p1lpsp4kx57j3ai1dkxilm4ziavzzx8wbbc42m3hpziq0a7qz5z"))))
717 "1568sk6ada7x9qpfhax0qq1bq93qll1q7nyjrb7h3c1c3lc9sc15"))))
718 718 (build-system guile-build-system) (build-system guile-build-system)
719 719 (arguments (arguments
720 720 '(#:phases '(#:phases
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