Peter Simons
022df7ef02
Merge pull request #99152 from NixOS/haskell-updates
...
Update Haskell package set to LTS 16.16 (plus other fixes)
2020-10-02 21:05:23 +02:00
Doron Behar
6488d4489e
Merge pull request #99294 from samuelgrf/initpkg/jpexs
...
jpexs: init at 11.3.0
2020-10-02 21:45:10 +03:00
Peter Simons
ed881aa3dd
haskell-matterhorn: update overrides for latest versions of brick and vty
2020-10-02 20:39:56 +02:00
Malte Brandy
e9b4f98f3e
haskellPackages: Fix two eval errors
2020-10-02 20:39:56 +02:00
Peter Simons
81b0fed7b2
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.5-17-g25ee725 from Hackage revision
f6b8f5625c
.
2020-10-02 20:39:47 +02:00
Peter Simons
0b1d61d9af
hackage2nix: update list of broken packages to fix evaluation
2020-10-02 20:39:45 +02:00
Peter Simons
7610852420
LTS Haskell 16.16
2020-10-02 20:39:45 +02:00
Jonathan Ringer
5473d0c554
python3Packages.starfish: remove due to prolonged breakage
2020-10-02 11:17:22 -07:00
Anderson Torres
672513d997
Merge pull request #99187 from danieldk/ethash
...
ethash: remove buildInputs
2020-10-02 14:35:06 -03:00
Samuel Gräfenstein
afa5fba493
jpexs: init at 11.3.0
2020-10-02 18:21:07 +02:00
Patrick Hilhorst
b133532434
treewide: remove some trailing whitespace to please ofborg
2020-10-02 09:01:35 -07:00
Patrick Hilhorst
f7e390e6d4
treewide: fix redirected urls (run 3)
...
Related:
- 9fc5e7e473
- 593e11fd94
- 508ae42a0f
Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).
Here's the new script I used:
```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
| jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
| sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Jamie Magee
bc99830b67
pythonPackages.adguardhome: init at 0.4.2
2020-10-02 08:56:11 -07:00
Mario Rodas
f2cb1f0afd
Merge pull request #99363 from danieldk/srsly-2.3.0
...
python3Packages.srsly: 2.2.0 -> 2.3.0
2020-10-02 08:17:48 -05:00
Mario Rodas
3429b8de2b
Merge pull request #99358 from marsam/update-nvchecker
...
nvchecker: 1.7 -> 2.0
2020-10-02 07:47:59 -05:00
Lancelot SIX
0c98435f70
Merge pull request #99150 from danieldk/transformers-3.3.1
...
python3Packages.transformers: 3.2.0 -> 3.3.1
2020-10-02 10:54:56 +01:00
Timo Kaufmann
d832ca8178
Merge pull request #97237 from midchildan/package/sd-local
...
sd-local: init at 1.0.5
2020-10-02 11:08:05 +02:00
Daniël de Kok
9211e69335
python3Packages.srsly: 2.2.0 -> 2.3.0
...
Changelog:
https://github.com/explosion/srsly/releases/tag/v2.3.0
2020-10-02 08:47:49 +02:00
zowoq
0f81c5d686
buildah: 1.16.3 -> 1.16.4
...
https://github.com/containers/buildah/releases/tag/v1.16.4
2020-10-02 16:45:08 +10:00
Damien Cassou
a619b8ef3a
Merge pull request #99235 from DamienCassou/cypress-5.3.0
...
cypress: 4.12.1 -> 5.3.0
2020-10-02 08:07:12 +02:00
Jonathan Ringer
64565aeea3
python3Packages.pytest-xprocess: 0.13.1 -> 0.14.0
2020-10-01 21:13:37 -07:00
Jonathan Ringer
9e13f32043
python3Packages.xmlschema: 1.2.3 -> 1.2.5
2020-10-01 21:13:20 -07:00
Jonathan Ringer
3eff9acfbf
python3Packages.pytest-black: 0.3.10 -> 0.3.11
2020-10-01 21:13:20 -07:00
Jonathan Ringer
d28a75880f
python3Packages.pybids: 0.12.0 -> 0.12.1
2020-10-01 21:13:20 -07:00
Jonathan Ringer
cc7a4df92d
python3Packages.elementpath: 2.0.3 -> 2.0.3
2020-10-01 21:13:20 -07:00
adisbladis
c25f55e38b
Merge pull request #99327 from adisbladis/poetry2nix-1_13_0
...
poetry2nix: 1.12.0 -> 1.13.0
2020-10-02 01:36:25 +02:00
Sascha Grunert
462a9bf9fb
buildah: 1.16.2 -> 1.16.3
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-10-01 22:02:41 +00:00
Martin Weinelt
6cf69de031
Merge pull request #99213 from MetaDark/debugpy
...
pythonPackages.debugpy: 1.0.0b12 -> 1.0.0
2020-10-01 23:34:17 +02:00
adisbladis
0eeedc732c
poetry2nix: 1.12.0 -> 1.13.0
2020-10-01 23:11:14 +02:00
Jonathan Ringer
e6ec27be98
tabnine: fix build
...
Co-authored by: @onsails
2020-10-01 14:05:44 -07:00
Andrey Kuznetsov
9a54352353
tabnine: init at 3.1.1
2020-10-01 10:32:22 -07:00
Maximilian Bosch
2015a19e4a
Merge pull request #99278 from NeQuissimus/scala_2_12_12
...
scala: 2.12.10 -> 2.12.12
2020-10-01 19:29:08 +02:00
Pamplemousse
af27072f1d
python3Packages.pyelftools: 0.26 -> unstable-09-23
...
And fix the tests.
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2020-10-01 10:17:00 -07:00
Chris Wögi
0253c131e5
erlangR23: 23.0.3 -> 23.1 ( #98646 )
...
Co-authored-by: cw <789@webuhu.at>
2020-10-01 18:09:47 +02:00
Doron Behar
60b4b396e5
Merge pull request #98501 from doronbehar/pkg/octave/arpack
2020-10-01 19:04:43 +03:00
Doron Behar
0a7157119d
Merge pull request #98869 from tobim/pkgs/mpd-0.22
2020-10-01 19:01:06 +03:00
Doron Behar
ac5e22734c
liburing: Fix references between outputs issue
...
Experienced in:
https://github.com/NixOS/nixpkgs/pull/98869#discussion_r495492213
Set configure flags properly, don't override configurePhase, per:
https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/explicit-phases.md
Use different output names - use $bin for examples, and $out for
libraries which expectedly should be referenced by reverse deps.
2020-10-01 19:00:31 +03:00
Martin Weinelt
d83af32dd6
Merge pull request #99292 from lsix/pyscreenshot-add-missing-dep
...
pythonPackages.pyscreenshot: add missing pillow dependency
2020-10-01 17:52:43 +02:00
Lancelot SIX
46159bcf20
pythonPackages.pyscreenshot: add missing pillow dependency
2020-10-01 16:29:05 +01:00
Maciej Krüger
b3f8d3b80d
Merge pull request #99172 from mkg20001/spidermonkey-38
2020-10-01 16:39:09 +02:00
Tim Steinbach
b4a0e5f1f8
scala: 2.12.10 -> 2.12.12
2020-10-01 09:44:39 -04:00
Hongchang Wu
f12817d400
ocamlPackages.csexp: fix minimum OCaml version
2020-10-01 15:16:51 +02:00
Daniël de Kok
4271a89175
Merge pull request #99254 from Flakebi/amdvlk
...
amdvlk: 2020.Q3.5 -> 2020.Q3.6
2020-10-01 15:05:00 +02:00
Hongchang Wu
d1ad52061e
ocamlPackages.dune-configurator: add minimumOCamlVersion
2020-10-01 15:04:01 +02:00
Sebastian Neubauer
0473ca0ee0
amdvlk: 2020.Q3.5 -> 2020.Q3.6
2020-10-01 12:38:42 +02:00
Maciej Krüger
5ad43894f2
spidermonkey_38: mark as insecure
2020-10-01 10:00:24 +02:00
sternenseemann
0982f4c8c6
ocamlPackages.{ipaddr,macaddr}*: 5.0.0 → 5.0.1
2020-10-01 09:26:09 +02:00
R. RyanTM
43692a0d7d
python37Packages.statsmodels: 0.11.1 -> 0.12.0
2020-09-30 23:39:12 -07:00
R. RyanTM
cc99822742
python27Packages.pysmb: 1.2.1 -> 1.2.2
2020-09-30 23:35:51 -07:00
Damien Cassou
3da593e154
cypress: 4.12.1 -> 5.3.0
2020-10-01 08:27:47 +02:00