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: libostree: Update to 2020.7. 295d969c3899794bb27c1e296b583d1cc2ef5324 Tobias Geerinckx-Rice 2020-10-16 04:45:40
gnu: python-sqlalchemy: Update to 1.3.20. 7969a6adf38bd8d6dcdf83575f28e57200cb4976 Tobias Geerinckx-Rice 2020-10-16 13:08:22
gnu: tintin++: Update to 2.02.04. 214ff8f6dbe95de95918b56ee7ad19d2a7c99faf Tobias Geerinckx-Rice 2020-10-16 12:03:36
gnu: soundtouch: Update to 2.2. 46fd582ff5870efd7d243d6d0fcdfaa9c7cf2edf Tobias Geerinckx-Rice 2020-10-16 11:48:30
gnu: libressl: Update to 3.1.4. 1aa375528b17e6cb41d137dd46b3d2018a8058a4 Tobias Geerinckx-Rice 2020-10-16 11:48:19
gnu: gnuzilla: Use 'assume-valid-file-name' where appropriate. 27913a6d3862a858269ada931f51e0ba03912e8c Ludovic Courtès 2020-10-16 12:59:28
services: provenance: Wrap config file name in 'assume-valid-file-name'. 5dbfdf8be4dc6250ab8475874e232e653b042cbf Ludovic Courtès 2020-10-16 12:57:25
gexp: Add 'assume-valid-file-name' syntax for use with 'local-file'. 5d4ad8e1be6d60c38577e2f3d92cc5642b12eff0 Ludovic Courtès 2020-10-16 12:55:00
gnu: runc, skopeo, docker-cli, umoci: Don't 'chdir' in build phases. e39e8d97c17c7e7a008a4f4e125ae6b3844cc03a Ludovic Courtès 2020-10-16 12:32:50
gnu: julia: Update to 1.5.2. 9a4c83bdb61d046617e87ad9b4c0e1d6b55b1810 Tim Howes 2020-10-15 03:05:28
.guix-authorizations: Add m1gu3l. b601aadaf59d25d4dea502f0aab16531038bff91 Ludovic Courtès 2020-10-16 09:51:36
guix-install.sh: Check the service 'nscd' and suggest it. b2683a2bed424f58722c9c17c9582e3e2e19d9a3 zimoun 2020-10-13 17:12:03
guix-install.sh: Add symbolic links for supported shell completions. b3fba5ef043b161d05a9fdc371a32d89e9b22ea1 zimoun 2020-10-13 17:12:04
nls: Update manual translations. 4dd989708c7ab34df0b60ce9b6c0a8ca5c15e858 Ludovic Courtès 2020-10-16 08:51:44
nls: Update. a743b04a41b9976a8d087056393ba5cf317af452 Ludovic Courtès 2020-10-16 08:39:31
gnu: docker-cli: Fix build. 83fc59b46b8115c9f657e815f0acc46e926d5718 Efraim Flashner 2020-10-16 12:38:32
gnu: perl-db-file: Update to 1.855. 24dd78a3cdd45d73d61c1133cac21f21c2331c2a Tobias Geerinckx-Rice 2020-10-16 04:03:47
gnu: cpuid: Fix typo. 7f73ca75fac1308ec6987d5b20987e97695f1325 Tobias Geerinckx-Rice 2020-10-16 04:00:34
gnu: perl-role-tiny: Update to 2.001004. e4089b897b195bce1d28efc4c4e3ca847e15ae89 Tobias Geerinckx-Rice 2020-10-14 15:19:48
gnu: dmidecode: Update to 3.3. 6f19c32b0eeeb6b6647ef75c4c8b9e390d41fcd9 Tobias Geerinckx-Rice 2020-10-15 21:37:28
Commit 295d969c3899794bb27c1e296b583d1cc2ef5324 - gnu: libostree: Update to 2020.7.
* gnu/packages/package-management.scm (libostree): Update to 2020.7.
Author: Tobias Geerinckx-Rice
Author date (UTC): 2020-10-16 04:45
Committer name: Tobias Geerinckx-Rice
Committer date (UTC): 2020-10-16 13:09
Parent(s): 7969a6adf38bd8d6dcdf83575f28e57200cb4976
Signing key: 0DB0FF884F556D79
Tree: d3fe4a57744362afac2962c1af14df66e3cff6ee
File Lines added Lines deleted
gnu/packages/package-management.scm 2 2
File gnu/packages/package-management.scm changed (mode: 100644) (index 13cb44e930..ba338415ce)
... ... for packaging and deployment of cross-compiled Windows applications.")
1242 1242 (define-public libostree (define-public libostree
1243 1243 (package (package
1244 1244 (name "libostree") (name "libostree")
1245 (version "2020.6")
1245 (version "2020.7")
1246 1246 (source (source
1247 1247 (origin (origin
1248 1248 (method url-fetch) (method url-fetch)
 
... ... for packaging and deployment of cross-compiled Windows applications.")
1250 1250 "https://github.com/ostreedev/ostree/releases/download/v" "https://github.com/ostreedev/ostree/releases/download/v"
1251 1251 (version-major+minor version) "/libostree-" version ".tar.xz")) (version-major+minor version) "/libostree-" version ".tar.xz"))
1252 1252 (sha256 (sha256
1253 (base32 "0wk9fgj9jl25ns2hcgcb6j24k5mvfn13b02ka0p8l4hdh8c4hpc6"))))
1253 (base32 "0clriq2ypz1fycd6mpjyrhzid44svzpzw0amnank593h69b216ax"))))
1254 1254 (build-system gnu-build-system) (build-system gnu-build-system)
1255 1255 (arguments (arguments
1256 1256 '(#: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