Commit Graph

219311 Commits

Author SHA1 Message Date
Jan Tojnar
2ef17b38fb
tevent: 0.9.37 → 0.10.2
* Now requires Python 3
* Which was also coincidentally required to fix build (https://github.com/NixOS/nixpkgs/issues/82489)
* Also switch to wafhook

Changes:
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=1c73f38633ce40bcf19775fbeaf5e3baacdba9ab
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=db58a50296041ca57675daee15caea8850f1d3f8
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=6f2278018436184785e19f69efc60ec408b14aa7
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=123267138e993c6a87990c0022e89f4970c0ac12
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=4aea5c0972de53c143530cc42ef6d3b8cfafb973
2020-03-31 04:51:58 +02:00
Rohan Hart
41fe7dbedf lutris: custom wine installations require libkrb5
fixes the error: symbol k5_os_mutex_destroy version krb5support_0_MIT not defined in file libkrb5support.so.0
2020-03-30 19:51:15 -07:00
R. RyanTM
41367ab699 vimwiki-markdown: 0.2.0 -> 0.3.0 2020-03-30 19:42:03 -07:00
R. RyanTM
32721cac48 kargo: 0.4.6 -> 0.4.8 2020-03-30 19:41:56 -07:00
R. RyanTM
215ca6863d python27Packages.pysmbc: 1.0.18 -> 1.0.19 2020-03-30 19:40:58 -07:00
R. RyanTM
95f852d7c1 you-get: 0.4.1410 -> 0.4.1432 2020-03-30 19:39:35 -07:00
Dmitry Kalinkin
a74d70b513
Merge pull request #83806 from NickHu/master
zotero: make wrapGAppsHook work
2020-03-30 22:33:38 -04:00
AndersonTorres
b334984a15 bochs: 2.6.10 -> 2.6.11 2020-03-30 23:29:25 -03:00
R. RyanTM
296d1f813d circus: 0.15.0 -> 0.16.1 2020-03-31 02:28:35 +00:00
Martin Milata
ce2a2afac7 prosody: 0.11.3 -> 0.11.5
- https://prosody.im/doc/release/0.11.4
- https://prosody.im/doc/release/0.11.5
2020-03-31 04:27:23 +02:00
Gabriel Gonzalez
8d2c08e774 Fix evaluation of cabal2nix
`cabal2nix` fails to evaluate due to attempting to
evaluate `pkgs.haskellPackages.hackage-db_2_1_0`, which
does not exist.  However, the default
`pkgs.haskellPackages.hackage-db` is already version 2.1.0,
so the fix is simple: go back to using the default version.
2020-03-30 19:24:01 -07:00
Jan Tojnar
f6f09daa23
tevent: clean up expression
* format with nixpkgs-fmt
* do not use aliases
2020-03-31 04:14:20 +02:00
Jan Tojnar
fa7d35dcbf
tevent: clean up expression
* format with nixpkgs-fmt
* quote homepage as per RFC 0045
* split name → pname & version
* do not use aliases
2020-03-31 04:10:00 +02:00
Raphael Borun Das Gupta
4bbb0e83b1 python: Shapely: 1.6.4.post2 -> 1.7.0 2020-03-30 18:57:34 -07:00
Edmund Wu
dac0d8be65 vscode-utils: allow direct vsix source 2020-03-30 18:39:38 -07:00
Jan Tojnar
9f6db6e754
deadbeef: remove unused patch
This was forgotten in https://github.com/NixOS/nixpkgs/pull/81010
2020-03-31 03:26:18 +02:00
Lancelot SIX
4078d72da9 unifont: 12.1.03 -> 13.0.01
See https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00013.html
for release information
2020-03-30 18:16:52 -07:00
R. RyanTM
4078079cbc deadbeef: 1.8.2 -> 1.8.3 2020-03-30 18:13:13 -07:00
R. RyanTM
ad867fbce4 icewm: 1.6.3 -> 1.6.5 2020-03-30 18:10:55 -07:00
R. RyanTM
df62bb79cb latte-dock: 0.9.9 -> 0.9.10 2020-03-30 18:08:11 -07:00
Dmitry Kalinkin
91c9f2ab5c
texlive.combine: set TEXMFCNF in binary wrapper
This helps kpathsea to find texmf.cnf in some cases. For example,
dvipng was trying to look for it in
/nix/store/<hash>-texlive-dvipng.bin-2019/ instead of
/nix/store/<hash>-texlive-combined-full-2019/.
2020-03-30 21:07:08 -04:00
AndersonTorres
eb74fa912d elvish: 0.13 -> 0.13.1 2020-03-30 22:05:36 -03:00
Ben Darwin
4aaa18b64b python3Packages.dcmstack: init at 0.8 2020-03-30 18:01:07 -07:00
R. RyanTM
e38859deac ephemeral: 6.3.0 -> 6.3.1 2020-03-30 17:57:40 -07:00
Jan Tojnar
40ecaf3808
Revert "flatpak: do not use autoreconfHook"
This reverts commit a7e4dba1e9.

Apparently, tarballs do not ship autogen.sh 😿
2020-03-31 02:54:31 +02:00
Dmitry Kalinkin
03ccfe23f7 pythonPackages.pyarrow: remove dead code in preCheck, use pytestCheckHook 2020-03-30 17:50:19 -07:00
Jan Tojnar
a7e4dba1e9
flatpak: do not use autoreconfHook
They use custom autogen.sh and running autoreconf is not enough.

This is necessary when running from Git, which I do on almost every update.
2020-03-31 02:16:55 +02:00
Jan Tojnar
648327d510
Merge pull request #83781 from zowoq/flatpak
flatpak: 1.6.2 -> 1.6.3
2020-03-31 02:15:05 +02:00
R. RyanTM
0e952b8d43 hwinfo: 21.68 -> 21.69 2020-03-30 17:13:39 -07:00
R. RyanTM
5e8451b8a3 socket_wrapper: 1.2.3 -> 1.2.4 2020-03-30 17:06:52 -07:00
R. RyanTM
725e7aec63 calcurse: 4.5.1 -> 4.6.0 2020-03-30 17:05:58 -07:00
R. RyanTM
cce45bd7d7 commonsLang: 3.9 -> 3.10 2020-03-30 17:05:12 -07:00
R. RyanTM
dad6f372fb python27Packages.flaskbabel: 0.12.2 -> 1.0.0 2020-03-30 17:04:08 -07:00
R. RyanTM
62948a60be python27Packages.datadog: 0.34.1 -> 0.35.0 2020-03-30 17:00:06 -07:00
Jonathan Ringer
915d58ba7c python3Packages.subunit: fix build and add tests 2020-03-30 16:54:40 -07:00
Maximilian Bosch
fc451835f6
Merge pull request #83714 from tokudan/nextcloud-1803
nextcloud: 18.0.2 -> 18.0.3
2020-03-31 01:47:59 +02:00
R. RyanTM
ab2d5c286c leatherman: 1.10.0 -> 1.11.0 2020-03-30 16:26:43 -07:00
Orivej Desh
ee5f8636fe qpaeq: fix build with desktop file validation after #75729
Audio;Mixer; puts it near KMix which has Categories=Qt;KDE;AudioVideo;Audio;Mixer;
2020-03-30 23:24:18 +00:00
R. RyanTM
bd245a755f stacks: 2.41 -> 2.52 2020-03-30 16:13:02 -07:00
R. RyanTM
69cf4ef39c samplv1: 0.9.12 -> 0.9.13 2020-03-30 16:09:57 -07:00
R. RyanTM
10e9320ddf synthv1: 0.9.12 -> 0.9.13 2020-03-30 16:09:42 -07:00
R. RyanTM
ac5ac65dbe aeolus: 0.9.7 -> 0.9.8 2020-03-30 16:08:12 -07:00
R. RyanTM
d3a077ca06 python27Packages.identify: 1.4.11 -> 1.4.13 2020-03-30 16:04:08 -07:00
R. RyanTM
b7572546b4 python27Packages.ipdb: 0.13.0 -> 0.13.2 2020-03-30 16:02:16 -07:00
R. RyanTM
b0a29a6dae python27Packages.cgroup-utils: 0.6 -> 0.8 2020-03-30 16:01:46 -07:00
R. RyanTM
8f91b1745a python27Packages.cocotb: 1.3.0 -> 1.3.1 2020-03-30 15:57:26 -07:00
Jon
9cf5d3a2b4
Merge pull request #83802 from r-ryantm/auto-update/python2.7-hdbscan
python27Packages.hdbscan: 0.8.24 -> 0.8.25
2020-03-30 15:38:52 -07:00
Jon
c05a3570a2
Merge pull request #83811 from r-ryantm/auto-update/python2.7-phonenumbers
python27Packages.phonenumbers: 8.11.4 -> 8.12.0
2020-03-30 15:32:39 -07:00
Cole Mickens
9a9f28bc09 home-assistant: regenerate component-packages.nix (roku) 2020-03-30 22:12:07 +00:00
Maximilian Bosch
ec15aeb12f
riot-desktop: 1.5.13 -> 1.5.14
https://github.com/vector-im/riot-web/releases/tag/v1.5.14
2020-03-31 00:06:33 +02:00