Commit Graph

191323 Commits

Author SHA1 Message Date
Michael Raskin ca7f750959
Merge pull request #81483 from lovesegfault/fix-neovim
Revert "Merge pull request #79750 from doronbehar/update-luarocks"
2020-03-02 08:59:20 +00:00
scalavision dbb4826457 truvari:1.3.2->1.3.4 2020-03-02 09:15:58 +01:00
Kovacsics Robert f4c29ebfc2 polyml: updated maintainers
I am not sure if we still need the old packages, nothing explicitly
depends on polyml56 or polyml57 according to a grep, not sure if
external packages might (hol and isabelle depend on polyml, the latest
version).
2020-03-02 09:13:12 +01:00
Kovacsics Robert f8c402ecad polyml: fix with new libffi
New libffi doesn't have FFI_SYSV for x86/64 unix, this pulls in the
commit for the upstream version which fixes it, and ports that patch to
the 5.7 version. The 5.6 version is unchanged.

For ZHF: #80379
2020-03-02 09:13:12 +01:00
(cdep)illabout 9e8dea7986 python3Packages.tensorflow-bin: 1.14.0 -> 2.1.0 2020-03-02 09:10:56 +01:00
(cdep)illabout d8d9358c04 python3Packages.protobuf: bump protobuf dep to from 3.7 to 3.8 for tensorflow-2.1.0 2020-03-02 09:10:56 +01:00
(cdep)illabout c186f5ec4d python3Packages.tensorflow-estimator: 1.15.1 -> 2.1.0 2020-03-02 09:10:56 +01:00
(cdep)illabout 33f11be707 python3Packages.tensorflow-tensorboard: 1.15.0 -> 2.1.0 2020-03-02 09:10:56 +01:00
Michael Lingelbach 1c4f22a5da Add bazel 1.2.1 2020-03-02 09:08:47 +01:00
Evan Hanson 4eb9e9a20c chicken: 5.1.0 -> 5.2.0
Also updates the matchable egg (used by egg2nix) from 1.0 -> 1.1 and
removes trailing slashes from the path prefix variables passed to
wrapProgram (they're unnecessary and only result in doubled-up slashes
in the values).
2020-03-01 23:42:29 -08:00
Kovacsics Robert 2e6b7b00a0 vim-easytags: Fix to work with universal-ctags (which is in nixpkgs) 2020-03-01 23:12:24 -08:00
Michael Raskin 7325ffe090
Merge pull request #81484 from bignaux/sgt-puzzles
sgt-puzzles: fix desktop files and add desktop sgt-puzzles.menu
2020-03-02 06:57:38 +00:00
Edmund Wu ed8ff48843 vscode-extensions.WakaTime.vscode-wakatime: 2.2.1 -> 4.0.0 2020-03-01 22:52:01 -08:00
Edmund Wu e93a6fdeda vscode-extensions.ms-python.python: 2020.1.58038 -> 2020.2.64397 2020-03-01 22:52:01 -08:00
Bignaux Ronan c10f66991a sgt-puzzles: fix desktop files and add desktop sgt-puzzles.menu 2020-03-02 04:13:48 +01:00
Peter Hoeg dde9dad3ae
Merge pull request #81280 from peterhoeg/u/peruse
peruse: 1.2.20180618 -> 1.2.20200208
2020-03-02 10:55:00 +08:00
Bernardo Meurer 81461cff5f
Revert "Merge pull request #79750 from doronbehar/update-luarocks"
This reverts commit 0566b5ce19, reversing
changes made to 4d6e3bf127.
2020-03-01 18:39:58 -08:00
Mario Rodas 96b7367491
Merge pull request #81476 from zowoq/yq-go
yq-go: 3.1.2 -> 3.2.1
2020-03-01 20:00:26 -05:00
Mario Rodas f6ed819204
Merge pull request #81455 from eadwu/wakatime/13.0.7
wakatime: 13.0.4 -> 13.0.7
2020-03-01 19:57:01 -05:00
Maximilian Bosch 4bcb1b3123
Merge pull request #81474 from zowoq/youtube-dl
youtube-dl: 2020.02.16 -> 2020.03.01
2020-03-02 01:14:57 +01:00
R. RyanTM 619a095af0 mgba: 0.7.3 -> 0.8.0 2020-03-01 15:23:04 -08:00
zowoq bf9beeb1c5 yq-go: 3.1.2 -> 3.2.1
https://github.com/mikefarah/yq/releases/tag/3.2.0
https://github.com/mikefarah/yq/releases/tag/3.2.1
2020-03-02 09:20:12 +10:00
Michael Raskin 987be8e529
Merge pull request #81472 from bignaux/sgt-puzzles
sgt-puzzles: add desktop files
2020-03-01 23:18:07 +00:00
zowoq 5ce2974294 youtube-dl: 2020.02.16 -> 2020.03.01
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.03.01
2020-03-02 09:15:28 +10:00
Bignaux Ronan 1841620b23 sgt-puzzles: add desktop files 2020-03-01 23:58:28 +01:00
Florian Klink 0a8af284e5
Merge pull request #81415 from NinjaTrappeur/nin-routing-policy-aarch-kernel
linux: add policy routing config flag
2020-03-01 14:50:45 -08:00
Vincent Laporte 9794d1e5fc ocamlPackages.ocp-index: 1.1.9 → 1.2 2020-03-01 22:39:43 +01:00
Vincent Laporte d02dc3c5fd ocamlPackages.ocp-build: fix for OCaml ≥ 4.08 2020-03-01 22:39:43 +01:00
Mario Rodas ec97c20fff
Merge pull request #81419 from marsam/update-recursive
recursive: 1.030 -> 1.042
2020-03-01 16:04:43 -05:00
Félix Baylac-Jacqué 6896b1cb1d
linux: add policy routing config flag for aarch64
CONFIG_IP_MULTIPLE_TABLES is part of the default x86 kernel config but
absent from the Aarch64 one. Adding explicitely this flag together
with its dependency IP_ADVANCED_ROUTER.

Both of these config flags are needed to use the routing policy
facilities.
2020-03-01 20:25:44 +01:00
Sander van der Burg d0bf2ff810 titaniumenv: add Titanium SDK 8.3 2020-03-01 20:23:39 +01:00
Sander van der Burg 3deb1caa82 androidenv: add platform SDK 29 2020-03-01 20:23:39 +01:00
adisbladis 096a00a709
melpa-packages: 2020-03-01 2020-03-01 18:50:01 +00:00
adisbladis 7ff2e7c96e
elpa-packages: 2020-03-01 2020-03-01 18:49:17 +00:00
José Romildo Malaquias 74f5358f13
Merge pull request #66601 from eadwu/nvidia/prime-render-offload
nvidia: prime render offload
2020-03-01 14:28:57 -03:00
Oleksii Filonenko f0004b41ba lazygit: 0.14.3 -> 0.15.7 2020-03-01 09:18:13 -08:00
Michael Weiss 4e1f77e9aa
wob: 0.7 -> 0.8 2020-03-01 17:45:24 +01:00
Tim Steinbach 1e41aa8030
linux: 5.6-rc2 -> 5.6-rc3 2020-03-01 10:40:36 -05:00
Mario Rodas 78e976c733
Merge pull request #81420 from r-ryantm/auto-update/smemstat
smemstat: 0.02.06 -> 0.02.07
2020-03-01 10:17:48 -05:00
Mario Rodas 5d9c31572b
Merge pull request #81128 from deingithub/keybase-5-2-1-update
keybase,kbfs,keybase-gui: 5.1.1 -> 5.2.1
2020-03-01 10:14:38 -05:00
Mario Rodas 6df88af9cc
Merge pull request #81426 from r-ryantm/auto-update/aws-google-auth
aws-google-auth: 0.0.33 -> 0.0.34
2020-03-01 10:05:56 -05:00
Mario Rodas ae8addf0fe
Merge pull request #81433 from r-ryantm/auto-update/libamqpcpp
libamqpcpp: 4.1.5 -> 4.1.6
2020-03-01 10:05:11 -05:00
Mario Rodas 214201781a
Merge pull request #81437 from marsam/update-flexget
flexget: 3.1.26 -> 3.1.30
2020-03-01 10:03:52 -05:00
worldofpeace e50306dfe3 libgpod: also remove mutagen
I think this was my mistake. This is also a python2 dependency
that should have been removed with pygobject.
2020-03-01 09:51:43 -05:00
worldofpeace 4b771aa2e6 ideogram: 1.3.2 -> 1.3.3
better icon https://github.com/cassidyjames/ideogram/releases/tag/1.3.3
2020-03-01 09:36:45 -05:00
worldofpeace dab121ac69 pantheon.elementary-gtk-theme: 5.4.1 -> 5.4.2
https://github.com/elementary/stylesheet/compare/5.4.1...5.4.2
2020-03-01 09:36:45 -05:00
worldofpeace 8acbc62f4e pantheon.elementary-code: 3.2.0 -> 3.3.0
https://github.com/elementary/code/releases/tag/3.3.0
2020-03-01 09:36:45 -05:00
Maximilian Bosch c3b331a777
bandwhich: 0.11.0 -> 0.12.0
https://github.com/imsnif/bandwhich/releases/tag/0.12.0
2020-03-01 15:14:46 +01:00
worldofpeace 851aac4055
Merge pull request #80987 from andir/ipmitool
ipmitool: migrate to openssl 1.1
2020-03-01 14:10:11 +00:00
Mario Rodas 4583b8eaeb
Merge pull request #80733 from r-ryantm/auto-update/SunVox
sunvox: 1.9.5 -> 1.9.5c
2020-03-01 09:08:22 -05:00