David Terry
c282ed87ae
nodePackages.hs-client: init at 0.0.9
2020-11-16 17:12:05 +01:00
David Terry
64c7186a28
nodePackages.hs-airdrop: init at 0.9.0
2020-11-16 17:11:56 +01:00
David Terry
52d7e31874
nodePackages.hsd: init at 2.2.0
2020-11-16 17:11:47 +01:00
sternenseemann
bc714f86a5
ocamlPackages.ca-certs: init at 0.1.2
2020-11-16 16:09:18 +01:00
Tim Steinbach
9f9134c754
sbt: 1.4.2 → 1.4.3
2020-11-16 09:25:44 -05:00
Frederik Rietdijk
36b27ccf77
Merge pull request #103462 from NixOS/staging-next
...
Staging next
2020-11-16 15:23:47 +01:00
Maximilian Bosch
4ad6e85f75
Merge pull request #103807 from srenatus/bump/wabt/1.0.20
...
wabt: 1.0.19 -> 1.0.20
2020-11-16 13:50:17 +01:00
Maximilian Bosch
307d471245
Merge pull request #103655 from sveitser/update-nix-prefetch-github-4.0.2
...
nix-prefetch-github: 4.0.1 -> 4.0.2
2020-11-16 13:33:34 +01:00
Maximilian Bosch
169142f8b5
Merge pull request #103887 from r-ryantm/auto-update/liquibase
...
liquibase: 4.1.1 -> 4.2.0
2020-11-16 13:25:03 +01:00
Bart Brouns
452043842a
vdirsyncer: rename stable.nix to default.nix
2020-11-16 20:23:49 +08:00
Bart Brouns
90126c3e48
vdirsyncer: delete default.nix, point vdirsyncer to stable.nix
...
TLDR: default.nix was pointing to an unmaintained code base whereas stable.nix is up-to-date and maintained.
History
1. At first their was one Python version of vdirsyncer that had been working fine for years. Then, maintenance decreased and the package was marked as broken in nixpkgs.
2. The original author (@untitaker on github.com) of vdirsyncer decided to re-implement (part of) vdirsyncer in Rust. Nixpkgs made `vdirsyncer` point to the Rust version and renamed the Python historical version to `vdirsyncerStable`.
3. Eventually, @untitaker gave up on the Rust version.
4. Someone else (@WhyNotHugo on github.com) decided to take over maintenance of the Python version.
5. Mario Rodas (@marsam on github) and Damien Cassou updated the `vdirsyncerStable` to point to the work of @WhyNotHugo and mark the package as working again.
2020-11-16 20:23:49 +08:00
lewo
f08bfb8637
Merge pull request #103882 from nlewo/hydra-cli-0.3.0
...
hydra-cli: 0.2.0 -> 0.3.0
2020-11-16 09:18:07 +01:00
Frederik Rietdijk
986c2d36da
Merge master into staging-next
2020-11-16 09:01:53 +01:00
StigP
c57e985c06
Merge pull request #103607 from r-ryantm/auto-update/zef
...
zef: 0.8.5 -> 0.9.1
2020-11-15 22:22:04 +00:00
Ryan Mulligan
7cdbc0330a
Merge pull request #103861 from r-ryantm/auto-update/doctl
...
doctl: 1.51.0 -> 1.52.0
2020-11-15 10:18:33 -08:00
markuskowa
81bd630454
Merge pull request #103904 from r-ryantm/auto-update/pmix
...
pmix: 3.2.0 -> 3.2.1
2020-11-15 17:39:07 +01:00
Mark Hudnall
79b78663e5
chicken: support darwin platform ( #103748 )
...
Darwin was not included as a supported platform for chicken. However, it compiled and
worked fine after bypassing unsupported platforms.
We make two changes to chicken's derivation. First, we add darwin as a supported
platform.
Second, we set some envvars that force the build to use nix-supplied build
tools. Chicken's Makefile for macOS hardcodes paths to gcc and other build tools
(see
https://code.call-cc.org/cgi-bin/gitweb.cgi?p=chicken-core.git;a=blob;f=Makefile.macosx;h=5d4d9b0aa1bb4c95e1ba7a55f9586fa86ee5034f;hb=317468e4994e6245d787400359726a9fb97d5d60#l31 ). We
override these envvars to use the wrapped $CC and bintools provided by nix to make
the build pure.
2020-11-15 09:11:56 -05:00
Ryan Mulligan
069f183f16
Merge pull request #103868 from r-ryantm/auto-update/flyctl
...
flyctl: 0.0.146 -> 0.0.149
2020-11-15 05:44:38 -08:00
R. RyanTM
95bea3d783
pmix: 3.2.0 -> 3.2.1
2020-11-15 13:38:25 +00:00
Michael Raskin
15430f8465
Merge pull request #102428 from r-burns/nss
...
nss: fix build on ppc64[le]
2020-11-15 09:42:19 +00:00
R. RyanTM
681ad8e638
liquibase: 4.1.1 -> 4.2.0
2020-11-15 09:40:40 +00:00
Antoine Eiche
4e46afa069
hydra-cli: 0.2.0 -> 0.3.0
2020-11-15 09:42:29 +01:00
R. RyanTM
fa962c1d24
python37Packages.distributed: 2.30.0 -> 2.30.1
2020-11-15 00:32:01 -08:00
R. RyanTM
0e77efac27
python37Packages.bpython: 0.20 -> 0.20.1
2020-11-15 00:30:45 -08:00
R. RyanTM
7d129704d0
python37Packages.azure-mgmt-policyinsights: 0.5.0 -> 0.6.0
2020-11-15 00:29:57 -08:00
R. RyanTM
d2928191c6
python37Packages.cmd2: 1.3.11 -> 1.4.0
2020-11-15 00:15:15 -08:00
Jonathan Ringer
a0ea37d21d
python2Packages.versioneer: disable python2
2020-11-14 23:58:57 -08:00
R. RyanTM
05d4955a96
python37Packages.versioneer: 0.18 -> 0.19
2020-11-14 23:58:57 -08:00
R. RyanTM
e038ae5329
python37Packages.dropbox: 10.8.0 -> 10.10.0
2020-11-14 23:58:27 -08:00
R. RyanTM
efe6b12a35
python37Packages.pyvips: 2.1.12 -> 2.1.13
2020-11-14 23:57:43 -08:00
R. RyanTM
e542a2d22e
flyctl: 0.0.146 -> 0.0.149
2020-11-15 04:50:11 +00:00
R. RyanTM
fbdb0d9953
doctl: 1.51.0 -> 1.52.0
2020-11-15 03:11:48 +00:00
Dmitry Kalinkin
61c2ee3a7a
Merge pull request #103258 from veprbl/pr/qtwebengine_patches_fix
...
qt5.qtwebengine: don't override `patches` in qtModule
2020-11-14 20:26:18 -05:00
Martin Weinelt
4ec683c2cb
Merge pull request #100903 from mweinelt/literate
...
Literate: 2019-01-01 -> unstable-2020-09-02
2020-11-15 01:29:54 +01:00
Matthieu Coudron
6bf0226686
pythonPackages.notmuch2: init at 0.31
...
generates bindings via cffi
2020-11-14 23:46:25 +01:00
Michael Raskin
3e5039cbd5
Merge pull request #103714 from mweinelt/python/phonemizer
...
python3Packages.phonemizer: init at 2.2.1
2020-11-14 22:21:43 +00:00
Ryan Mulligan
3612cdae5c
Merge pull request #103814 from r-ryantm/auto-update/python3.7-hyperopt
...
python37Packages.hyperopt: 0.1.2 -> 0.2.5
2020-11-14 13:45:51 -08:00
R. RyanTM
fb397ae7d8
python37Packages.casbin: 0.9.0 -> 0.10.0
2020-11-14 12:05:44 -08:00
Ryan Mulligan
d7491cea3d
Merge pull request #103780 from r-ryantm/auto-update/python3.7-vowpalwabbit
...
python37Packages.vowpalwabbit: 8.8.1 -> 8.9.0
2020-11-14 09:53:18 -08:00
John Ericson
86fedc3a92
Merge pull request #102766 from siraben/mmix
...
Initial implementation of cross-compilation to Knuth's MMIX
2020-11-14 12:46:24 -05:00
Martin Weinelt
8578fb3144
phonemizer: init at 2.2.1
2020-11-14 17:52:19 +01:00
Mario Rodas
bb969ff967
Merge pull request #103801 from r-ryantm/auto-update/python3.7-gtts
...
python37Packages.gtts: 2.1.1 -> 2.1.2
2020-11-14 11:36:05 -05:00
Mario Rodas
ee9dabbdcc
Merge pull request #103806 from r-ryantm/auto-update/python3.7-sphinxcontrib-katex
...
python37Packages.sphinxcontrib-katex: 0.6.1 -> 0.7.1
2020-11-14 11:30:04 -05:00
Jörg Thalheim
1eac9a32ea
Merge pull request #91723 from DavHau/improve-python-jsonrpc-server-version
...
python-jsonrpc-server: make version overridable
2020-11-14 17:22:50 +01:00
Michael Raskin
572bf2b5cb
Merge pull request #103696 from sternenseemann/abcl-src-hash
...
abcl: update source archive hash
2020-11-14 15:51:30 +00:00
R. RyanTM
5d08fb8fd6
python37Packages.hyperopt: 0.1.2 -> 0.2.5
2020-11-14 15:02:54 +00:00
Ryan Mulligan
19fe6a2c07
Merge pull request #103743 from r-ryantm/auto-update/intel-media-sdk
...
intel-media-sdk: 20.3.1 -> 20.4.1
2020-11-14 06:54:44 -08:00
Ryan Mulligan
8f4151ac18
Merge pull request #103483 from r-ryantm/auto-update/operator-sdk
...
operator-sdk: 1.1.0 -> 1.2.0
2020-11-14 06:53:25 -08:00
Mario Rodas
d3cb740a91
Merge pull request #103690 from r-ryantm/auto-update/flyway
...
flyway: 7.1.1 -> 7.2.0
2020-11-14 09:38:58 -05:00
Mario Rodas
fee93515b9
Merge pull request #103796 from r-ryantm/auto-update/python3.7-sshtunnel
...
python37Packages.sshtunnel: 0.2.1 -> 0.2.2
2020-11-14 09:33:03 -05:00