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: 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
gnu: r-gqtlbase: Update to 1.20.4. 73a2fe4ab75754418b90c73494adf5542e8f172f Ricardo Wurmus 2020-10-06 11:12:11
gnu: r-rhdf5: Update to 2.32.3. 906c79d1a3c94ffa544473651e9e8cef60b122cd Ricardo Wurmus 2020-10-06 11:12:08
gnu: r-biocstyle: Update to 2.16.1. 78d9fbd2fd88b1811c52228abe978a5a743bc347 Ricardo Wurmus 2020-10-06 11:12:05
gnu: r-bgx: Update to 1.54.1. 7337615d1c31017800bb3eaf02b1b25ebac5becc Ricardo Wurmus 2020-10-06 11:12:02
gnu: r-xcms: Update to 3.10.2. 40b86e20eb87cbdf095d102ff9537b6419a13735 Ricardo Wurmus 2020-10-06 11:11:59
Commit 024b273ecc8378a8206fa36052f8de3db600340c - gnu: gnumeric: Update to 1.12.48.
This brings Python 3 support & fixes building against goffice@0.10.48.

* gnu/packages/gnome.scm (gnumeric): Update to 1.12.48.
[inputs]: Replace python-2 and python2-gobject with python and
python-pygobject, respectively.
Author: Tobias Geerinckx-Rice
Author date (UTC): 2020-10-06 15:57
Committer name: Tobias Geerinckx-Rice
Committer date (UTC): 2020-10-06 16:06
Parent(s): 7721dbf98330ee5ffcdf8625a8c42132532f4025
Signer:
Signing key: 0DB0FF884F556D79
Signing status: E
Tree: df42d5f1f5f355903ba25c5d22a366c4869227e5
File Lines added Lines deleted
gnu/packages/gnome.scm 4 4
File gnu/packages/gnome.scm changed (mode: 100644) (index 6e4489fa78..9daf41f14d)
... ... Hints specification (EWMH).")
4033 4033 (define-public gnumeric (define-public gnumeric
4034 4034 (package (package
4035 4035 (name "gnumeric") (name "gnumeric")
4036 (version "1.12.46")
4036 (version "1.12.48")
4037 4037 (source (origin (source (origin
4038 4038 (method url-fetch) (method url-fetch)
4039 4039 (uri (string-append "mirror://gnome/sources/gnumeric/" (uri (string-append "mirror://gnome/sources/gnumeric/"
 
... ... Hints specification (EWMH).")
4041 4041 "gnumeric-" version ".tar.xz")) "gnumeric-" version ".tar.xz"))
4042 4042 (sha256 (sha256
4043 4043 (base32 (base32
4044 "1qdmw2dp7rmq8fmjapgwaks7ajh270wm6kyvlxlzwbgmg8vngp4z"))))
4044 "14556b0vyxdvdwjlin0rv7jk0vq4nplbmvp9j89bhkfk84xf7k2p"))))
4045 4045 (build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
4046 4046 (arguments (arguments
4047 4047 `(;; The gnumeric developers don't worry much about failing tests. `(;; The gnumeric developers don't worry much about failing tests.
 
... ... Hints specification (EWMH).")
4069 4069 ("librsvg" ,librsvg) ("librsvg" ,librsvg)
4070 4070 ("libxml2" ,libxml2) ("libxml2" ,libxml2)
4071 4071 ("libxslt" ,libxslt) ("libxslt" ,libxslt)
4072 ("python" ,python-2)
4073 ("python2-pygobject" ,python2-pygobject)
4072 ("python" ,python)
4073 ("python-pygobject" ,python-pygobject)
4074 4074 ("zlib" ,zlib))) ("zlib" ,zlib)))
4075 4075 (native-inputs (native-inputs
4076 4076 `(("bison" ,bison) `(("bison" ,bison)
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