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: ddcutil: Update to 0.9.9. 63e4eee9b0a2c8e070016880e69b291b529a5c89 Tobias Geerinckx-Rice 2020-10-07 00:46:43
gnu: Add xnotify. 2aa393326d904e9bfa9f460c14d553b2b37f347c Oleg Pykhalov 2020-10-06 19:43:18
gnu: Add emacs-ob-sclang. 38094a4f8d56ea8f3ce200a88a2a11885c929348 Pierre Langlois 2020-10-03 11:13:50
gnu: emacs-geiser: Update to 0.12. 50110a1aa5521f286dc3cfd2571c0050eae751f3 Nicolas Goaziou 2020-10-06 19:34:23
gnu: texlive-mathpazo: Include virtual font files. 6ca673b30dac281ba27a8dac242c0ac83e5e354b Paul Garlick 2020-10-06 16:46:22
gnu: gnumeric: Update to 1.12.48. 024b273ecc8378a8206fa36052f8de3db600340c Tobias Geerinckx-Rice 2020-10-06 15:57:23
gnu: perl-digest-md5: Update to 2.58. 7721dbf98330ee5ffcdf8625a8c42132532f4025 Tobias Geerinckx-Rice 2020-10-06 13:25:13
gnu: knot: Enable XDP. 387ad8fd83dfd07575545446f27f419710dd2462 Tobias Geerinckx-Rice 2020-10-06 10:46:28
gnu: knot: Fix typo. d3413b6f87f36758fa270eac694f69c79dde3867 Tobias Geerinckx-Rice 2020-10-06 01:52:34
gnu: knot: Fix test failure on aarch64-linux. 4e869b180a94aa5bf5ae70ca48e0527e8e8db8db Simon South 2020-10-06 13:56:45
gnu: knot: Build & install the Info manual. 4756b9b1d9c1f13b21221461c6da40972a6e9cb3 Simon South 2020-10-06 13:56:44
gnu: knot: Enable DNS-over-HTTPS support in kdig. dadfc9bcd147143f019c9db337628d1b21a9594b Simon South 2020-10-06 13:56:43
Revert "build: svn: Handle fetch errors." 1ec67d5220b0ebac20263b44f4fefaf51ba8fdbb Paul Garlick 2020-10-06 13:44:09
gnu: Add texlive-mathpazo. a489d2f1f22033b1e6a2638b6f39b7f761240e2f Paul Garlick 2020-10-06 13:25:00
gnu: vim: Update to 8.2.1805. 594b2a116ea4267d88a294dd05f8dbbb8ce7bcc0 Tobias Geerinckx-Rice 2020-10-06 13:14:03
gnu: pipewire: Update to 0.3.13. e85895917505c78fc76b3396a2044ff53d16a201 Tobias Geerinckx-Rice 2020-10-06 13:10:37
gnu: praat: Update to 6.1.26. 0e25995a06b85fd0dcd99befb3c98822a93afabc Tobias Geerinckx-Rice 2020-10-06 12:48:33
gnu: libtsm: Remove bundled libxkbcommon header. 681bf1b2e68b2abe4f6d7f9ca52b5f505b5b82e8 Tobias Geerinckx-Rice 2020-10-06 12:32:35
gnu: libtsm: Make all inputs native. 9bb8a84623355abcedc9b020b5abfd6f2e48ebc9 Tobias Geerinckx-Rice 2020-10-06 12:30:19
gnu: stockfish: Update to 12. b343f5d8fdea44ebcf2e8459f4a3b1ce7da07df2 Michael Rohleder 2020-10-06 10:32:57
Commit 63e4eee9b0a2c8e070016880e69b291b529a5c89 - gnu: ddcutil: Update to 0.9.9.
* gnu/packages/hardware.scm (ddcutil): Update to 0.9.9.
Author: Tobias Geerinckx-Rice
Author date (UTC): 2020-10-07 00:46
Committer name: Tobias Geerinckx-Rice
Committer date (UTC): 2020-10-07 01:21
Parent(s): 2aa393326d904e9bfa9f460c14d553b2b37f347c
Signer:
Signing key: 0DB0FF884F556D79
Signing status: E
Tree: 5e5a25c53367497db292c87126975b4031ca200b
File Lines added Lines deleted
gnu/packages/hardware.scm 2 2
File gnu/packages/hardware.scm changed (mode: 100644) (index 211a5a34ac..e4a8112a7d)
52 52 (define-public ddcutil (define-public ddcutil
53 53 (package (package
54 54 (name "ddcutil") (name "ddcutil")
55 (version "0.9.8")
55 (version "0.9.9")
56 56 (source (source
57 57 (origin (origin
58 58 (method url-fetch) (method url-fetch)
59 59 (uri (string-append "https://www.ddcutil.com/tarballs/" (uri (string-append "https://www.ddcutil.com/tarballs/"
60 60 "ddcutil-" version ".tar.gz")) "ddcutil-" version ".tar.gz"))
61 61 (sha256 (sha256
62 (base32 "13ccxbqgyz4ah9jwbcylnfkgl8j3ida8xd00xkcq4xnfyyv5mg6v"))))
62 (base32 "0anyxy53k2613hq9glaad16llqlv6iim5p8gz0rs5pnpp8p00dg1"))))
63 63 (build-system gnu-build-system) (build-system gnu-build-system)
64 64 (native-inputs (native-inputs
65 65 `(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
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