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: r-rgdal: Replace proj.4 with proj. 265b2bc5d37b57ced243522e370191c42363409f Arun Isaac 2020-02-22 19:16:32
news: Update copyright. 9a7bea11d699ef13ecd90772d321eecd5992a26e Florian Pelz 2020-09-24 08:37:51
lint: cve: Set a connection timeout. baa4a2ef8109601dcd6d28b16d2d41c203f849e4 Ludovic Courtès 2020-10-12 09:25:09
http-client: 'http-fetch' and 'http-fetch/cached' accept #:timeout. d11f7f62b6ba2fbef8e4b00c7ae0d621f2d4281c Ludovic Courtès 2020-10-12 09:19:32
channels: Address test failure. 6c46e477eb50c6ee7c9b7c8199bdfb3708dc32b5 Ludovic Courtès 2020-10-12 08:10:03
gnu: rust-xz2-0.1: Fix building. 8608d40b2aeae69a6054b8e053b0474a58932ee0 Efraim Flashner 2020-10-12 09:21:35
gnu: rust-pq-sys-0.4: Fix building. 8203bf6c13e04760ed8d01062778bf1332a351f4 Efraim Flashner 2020-10-12 09:11:24
gnu: rust-crc-1: Downgrade to 1.8.1. 21233fca78fc08c933cd78a775c8b5bfc1f285a2 Efraim Flashner 2020-10-12 08:58:27
gnu: rust-core-foundation-0.6: Fix building. 7507db9dc7c4307c2b9d2fb8011677f323442f34 Efraim Flashner 2020-10-12 08:50:33
gnu: rust-as-slice-0.1: Update to 0.1.4. ade20696c9bcce73bc4ab3c4a8a986cd2ac30da7 Efraim Flashner 2020-10-12 08:40:20
gnu: rust-as-slice-0.1: Fix build. e1ef59f7f2ef82ed4b7bc97d9bfbaf27ef9396ce Efraim Flashner 2020-10-12 08:39:22
gnu: rust-mysqlclient-sys-0.2: Fix build. 0ee1f92985ee1d97fb455c009b8eda0c04b25545 Efraim Flashner 2020-10-12 08:34:58
gnu: rust-cloudabi-0.1: Skip build. 319f7eaf0f861de7450365e403d03f591d0520c4 Efraim Flashner 2020-10-12 08:26:47
gnu: rust-libmimalloc-sys-0.1: Update to 0.1.18. a812c2e8a3125877e3cf86505995cf9b1af6c472 Efraim Flashner 2020-10-12 08:05:39
gnu: rust-libmimalloc-sys-0.1: Fix building. 1d67ba6f3b6457ac335e3f389d997ed5ef9418aa Efraim Flashner 2020-10-12 08:03:57
gnu: rust-once-cell-1: Fix building. f013613406267077af473e461167cc06386f1dcf Efraim Flashner 2020-10-12 07:57:47
gnu: rust-criterion-plot-0.4: Fix building. ef421ee22b42c0911a8c12980625f43eb8e3120f Efraim Flashner 2020-10-12 07:48:23
gnu: rust-zstd-sys-1: Adjust crate imports. 86574608c7d030ea6298ca0b524cb7dd1c72d271 Efraim Flashner 2020-10-12 07:25:15
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
Commit 265b2bc5d37b57ced243522e370191c42363409f - gnu: r-rgdal: Replace proj.4 with proj.
* gnu/packages/cran.scm (r-rgdal)[inputs]: Replace proj.4 with proj.
Author: Arun Isaac
Author date (UTC): 2020-02-22 19:16
Committer name: Arun Isaac
Committer date (UTC): 2020-10-12 10:07
Parent(s): 9a7bea11d699ef13ecd90772d321eecd5992a26e
Signer:
Signing key: 2E25EE8B61802BB3
Signing status: E
Tree: 5217fde3d897c12eb452689f29d083ddfb87a15a
File Lines added Lines deleted
gnu/packages/cran.scm 2 1
File gnu/packages/cran.scm changed (mode: 100644) (index a135a8dcf3..e774782146)
29 29 ;;; Copyright © 2020 Lars-Dominik Braun <ldb@leibniz-psychology.org> ;;; Copyright © 2020 Lars-Dominik Braun <ldb@leibniz-psychology.org>
30 30 ;;; Copyright © 2020 Vinicius Monego <monego@posteo.net> ;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
31 31 ;;; Copyright © 2020 Antoine Côté <antoine.cote@posteo.net> ;;; Copyright © 2020 Antoine Côté <antoine.cote@posteo.net>
32 ;;; Copyright © 2020 Arun Isaac <arunisaac@systemreboot.net>
32 33 ;;; ;;;
33 34 ;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
34 35 ;;; ;;;
 
... ... effect size.")
16873 16874 (build-system r-build-system) (build-system r-build-system)
16874 16875 (inputs (inputs
16875 16876 `(("gdal" ,gdal) `(("gdal" ,gdal)
16876 ("proj.4" ,proj.4)
16877 ("proj" ,proj)
16877 16878 ("zlib" ,zlib))) ("zlib" ,zlib)))
16878 16879 (propagated-inputs (propagated-inputs
16879 16880 `(("r-sp" ,r-sp))) `(("r-sp" ,r-sp)))
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