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: facter: Update to 4.0.43. 199dfe916b01c11a22eb5bf26c20e64f452ad49d Tobias Geerinckx-Rice 2020-10-13 13:00:09
gnu: nsd: Update to 4.3.3. 6d8e4ea9b720c323adf1f3f636d681d78b2b916a Tobias Geerinckx-Rice 2020-10-13 12:59:27
gnu: knot: Update to 3.0.1. 0e5968e49a4d69962c921e70bf477ef5fc15274d Tobias Geerinckx-Rice 2020-10-13 12:55:59
gnu: nmap: Update to 7.91. 3c452a35ef6e34ec9221114713c11fe912adebd5 Tobias Geerinckx-Rice 2020-10-13 12:53:04
gnu: txr: Update to 244. 7b554d690fc12b5011fe168cafaa2447f7d0b304 Guillaume Le Vaillant 2020-10-13 11:41:37
gnu: Add rust-termios-0.2. 39225ffea27d160cc96fbd057abe0604cc781fb6 John Soo 2020-06-17 22:26:07
gnu: rust-toml-0.5: Update to 0.5.7. edbbb95ed239bd04c818ac81f5a3ab98819de34b Efraim Flashner 2020-10-13 07:53:51
gnu: rust-glob-0.3: Skip tests. 43b6bad7b3ca4544759609d1d67e5920b9f02bc1 Efraim Flashner 2020-10-13 07:45:57
gnu: rust-getopts-0.2: Don't skip build. 1c054e3f717968b0c40ff0faabd654a2bc19be3d Efraim Flashner 2020-10-13 07:42:20
gnu: rust-fxhash-0.2: Don't skip build. 8d71613ca7e3e0c94d7bcf526fa24af59c4888c7 Efraim Flashner 2020-10-13 07:40:30
gnu: rust-arrayref-0.3: Update to 0.3.6. cc6ff9c53717b5524a6fea852cd9035b5f273856 Efraim Flashner 2020-10-13 07:28:25
gnu: rust-arrayref-0.3: Don't skip build. 8b71a2a614f29d8612160a6b96455bcc60b8a61d Efraim Flashner 2020-10-13 07:27:53
gnu: rust-brotli-decompressor-2.3: Remove minor version from name. 23a50353eb594f69e270857f6c30393d4e53333c Efraim Flashner 2020-10-13 06:54:29
gnu: rust-brotli-decompressor-2.3: Skip tests. c4693a92d25f7fb05da87824c63af8289fdc3f70 Efraim Flashner 2020-10-13 06:52:46
gnu: rust-tokio-rustls-0.13: Skip network tests. 6263dc3bc00cb8339623fb0973bb2da85fb26e12 Efraim Flashner 2020-10-13 06:38:11
gnu: rust-tokio-rustls-0.14: Skip network tests. 6c522a53bdb3ef43debe2ca9f13bbc354504e827 Efraim Flashner 2020-10-13 06:36:57
gnu: newsboat: Update to 2.21. 3cdcdcf539827819dfb6357e47404cdb4bec268a Efraim Flashner 2020-10-13 06:28:30
gnu: rust-unicode-width-0.1: Update to 0.1.8. 673de819ff31ef7837753fbc83176233f668ae83 Efraim Flashner 2020-10-13 06:05:54
gnu: Add emacs-py-isort. ddd61916ce864b473a115d39d73b233978914c3d Joseph LaFreniere 2020-10-13 07:21:56
gnu: libcanberra: Fix crashes on wayland. ec82d58526c27a9ca26f6c5e39cec90a48cbc1cc Julien Lepiller 2020-10-11 01:58:50
Commit 199dfe916b01c11a22eb5bf26c20e64f452ad49d - gnu: facter: Update to 4.0.43.
* gnu/packages/admin.scm (facter): Update to 4.0.43.
Author: Tobias Geerinckx-Rice
Author date (UTC): 2020-10-13 13:00
Committer name: Tobias Geerinckx-Rice
Committer date (UTC): 2020-10-13 13:02
Parent(s): 6d8e4ea9b720c323adf1f3f636d681d78b2b916a
Signer:
Signing key: 0DB0FF884F556D79
Signing status: E
Tree: 6ace20acd7cdc885146ab4ee58a96c9d97b92148
File Lines added Lines deleted
gnu/packages/admin.scm 2 2
File gnu/packages/admin.scm changed (mode: 100644) (index e3db9a2fd7..27caa193d7)
... ... graphs and can export its output to different formats.")
443 443 (define-public facter (define-public facter
444 444 (package (package
445 445 (name "facter") (name "facter")
446 (version "4.0.42")
446 (version "4.0.43")
447 447 (source (origin (source (origin
448 448 (method git-fetch) (method git-fetch)
449 449 (uri (git-reference (uri (git-reference
 
... ... graphs and can export its output to different formats.")
452 452 (file-name (git-file-name name version)) (file-name (git-file-name name version))
453 453 (sha256 (sha256
454 454 (base32 (base32
455 "1y1aisfy6m7syvw84035mqspgyml1qb8d8v5rl1pl6pd695y6si8"))))
455 "0ppzr7vsl6iw8x82c4g60mx1vz06nzwcy8byablhg0n0g6qa3pb0"))))
456 456 (build-system ruby-build-system) (build-system ruby-build-system)
457 457 (arguments (arguments
458 458 `(#: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