Fabian Affolter
253f59e039
geos: 3.9.0 -> 3.9.1
2021-02-27 18:51:17 +01:00
Vladimír Čunát
d2b35b0fc6
php-packages/mongodb: fix evaluation on darwin
...
Regressed in 5ad7fb28
(PR #114551 ).
It was a channel blocker, through the tarball job:
https://hydra.nixos.org/build/137987705
2021-02-27 18:46:14 +01:00
Robert Schütz
31a050c427
Merge pull request #114007 from dotlambda/imagemagick7-default
...
imagemagick: make 7.0 default
2021-02-27 18:41:20 +01:00
Robert Schütz
d3cd7c36c3
libdmtx: 0.7.4 -> 0.7.5
2021-02-27 18:37:07 +01:00
Robert Schütz
10ba3c20a7
treewide: replace imagemagick7 with imagemagick
2021-02-27 18:36:56 +01:00
Rick van Schijndel
2af1630a9b
flite: improve cross-compilation support
2021-02-27 17:31:55 +00:00
Fabian Affolter
afc28939f7
python3Packages.graphql-relay: 3.0.0 -> 3.1.0
2021-02-27 09:29:03 -08:00
Vincent Haupert
d60f67d486
python3Packages.graphtage: init at 0.2.5
2021-02-27 09:26:12 -08:00
Vincent Haupert
e31c4b42f0
pythonPackages.json5: init at 0.9.5
2021-02-27 09:26:12 -08:00
R. RyanTM
6c351c3dbc
python37Packages.azure-mgmt-web: 1.0.0 -> 2.0.0
2021-02-27 09:19:50 -08:00
R. RyanTM
13e7de73c2
python37Packages.databricks-cli: 0.14.1 -> 0.14.2
2021-02-27 09:14:55 -08:00
Vincent Laporte
10652db906
ocamlPackages.mmap: use Dune 2
2021-02-27 17:59:54 +01:00
Martin Weinelt
17f2d43f42
Merge pull request #114543 from fabaff/switchbot
...
python3Packages.pyswitchbot: init at 0.9.1
2021-02-27 17:53:13 +01:00
Martin Weinelt
e980bfd90e
Merge pull request #113785 from fabaff/twinkly-client
...
python3Packages.twinkly-client: init at 0.0.2
2021-02-27 17:52:00 +01:00
Martin Weinelt
ea4a67a40f
Merge pull request #113842 from fabaff/bump-libcec
...
python3Packages.pycec: init at 0.5.1
2021-02-27 17:49:22 +01:00
Martin Weinelt
c1aaa66d72
Merge pull request #111348 from risicle/ris-httpcore-0.12.3
...
pythonPackages.httpcore: 0.12.0 -> 0.12.3
2021-02-27 17:43:10 +01:00
Elis Hirwing
d0bb138fbc
Merge pull request #114554 from etu/php-composer2-by-default
...
php: composer2 as default composer
2021-02-27 17:20:45 +01:00
Silvan Mosberger
9e731ddb49
Merge pull request #114549 from taku0/fix_114495
...
adoptopenjdk-bin, zulu, graalvm11-ce: do not wrap jspawnhelper
2021-02-27 16:05:18 +01:00
Fabian Affolter
418ba054f5
python3Packages.python-gammu: init at 3.1
2021-02-27 15:51:01 +01:00
Jonas Chevalier
3f110f988b
mdsh: 0.5.0 -> 0.6.0 ( #114513 )
2021-02-27 13:47:11 +00:00
Sandro
1c6912636d
Merge pull request #114472 from fabaff/simplehound
2021-02-27 14:18:32 +01:00
Sandro
904fc94cb1
Merge pull request #114470 from fabaff/python-awair
2021-02-27 13:51:47 +01:00
Vincent Laporte
1c26497371
ocamlPackages.result: use Dune 2
2021-02-27 13:31:01 +01:00
Sandro
0c98cef613
Merge pull request #114494 from fabaff/bump-slack-sdk
...
python3Packages.slack-sdk: 3.3.0 -> 3.4.0
2021-02-27 13:19:13 +01:00
Elis Hirwing
ad990d49aa
php.packages.composer2: deinit package since main package is updated
2021-02-27 12:27:18 +01:00
Elis Hirwing
89dacdd7a5
php.packages.composer1: init at 1.10.15
2021-02-27 12:26:38 +01:00
Elis Hirwing
e41a34bb02
php.packages.composer: 1.10.15 -> 2.0.11
2021-02-27 12:23:45 +01:00
Sandro
c1bd94854a
Merge pull request #114551 from etu/php-pkgs-imports
...
treewide/php-packages: Drop pkgs from arguments to packages
2021-02-27 12:16:15 +01:00
Fabian Affolter
fb4a196f8f
Merge pull request #114547 from r-ryantm/auto-update/python3.7-libversion
...
python37Packages.libversion: 1.2.1 -> 1.2.2
2021-02-27 12:09:02 +01:00
Elis Hirwing
5ad7fb28f6
treewide/php-packages: Drop pkgs from arguments to packages
2021-02-27 11:29:20 +01:00
Mario Rodas
6ca5b8005f
nim: 1.4.2 -> 1.4.4
2021-02-27 11:27:24 +01:00
taku0
5ea6b90822
adoptopenjdk-bin, zulu, graalvm11-ce: do not wrap jspawnhelper
...
Fix #114495 .
Note that OpenJDK 8 does not have jspawnhelper.
2021-02-27 19:23:55 +09:00
R. RyanTM
4a2934f0e6
python37Packages.libversion: 1.2.1 -> 1.2.2
2021-02-27 10:12:51 +00:00
Frederik Rietdijk
0dc64d5d71
python: fix full builds by referring to the correct interpreter
...
The package set is an attribute of the interpreter. The function to
build an environment (`buildEnv`/`withPackages`) is part of the
interpreter. The interpreter is passed to itself, and needs to be
updated when overridden.
For cross-compilation we splice the package set, and for that the
various `build/host` interpreters and sets need to be available. We
select these currently through `pkgs.${pythonAttr}`. The `pythonAttr`
attribute was not fixed for `pythonFull`.
https://github.com/NixOS/rfcs/pull/83
https://github.com/NixOS/nixpkgs/pull/104201
We need a better solution for this because this is very brittle.
2021-02-27 11:12:05 +01:00
Elis Hirwing
d8fb9d8222
Merge pull request #114524 from r-ryantm/auto-update/php-composer
...
php73Packages.composer2: 2.0.9 -> 2.0.11
2021-02-27 10:55:36 +01:00
Fabian Affolter
9d9ecfffb9
python3Packages.pyswitchbot: init at 0.9.1
2021-02-27 10:20:07 +01:00
Fabian Affolter
56f38233a9
Merge pull request #114541 from r-ryantm/auto-update/python3.7-censys
...
python37Packages.censys: 1.1.0 -> 1.1.1
2021-02-27 09:36:04 +01:00
R. RyanTM
4a87fe669f
python37Packages.censys: 1.1.0 -> 1.1.1
2021-02-27 08:09:58 +00:00
Fabian Affolter
953b7ae255
python3Packages.slicedimage: switch to pytestCheckHook
2021-02-27 09:05:03 +01:00
Fabian Affolter
a5b4bb1d86
Merge pull request #114531 from r-ryantm/auto-update/python3.7-Adafruit-PlatformDetect
...
python37Packages.adafruit-platformdetect: 3.1.1 -> 3.2.0
2021-02-27 08:59:21 +01:00
Mario Rodas
b5702fd566
Merge pull request #114442 from r-ryantm/auto-update/jruby
...
jruby: 9.2.14.0 -> 9.2.15.0
2021-02-27 00:44:40 -05:00
R. RyanTM
5bbfc16b28
python37Packages.adafruit-platformdetect: 3.1.1 -> 3.2.0
2021-02-27 05:11:55 +00:00
Mario Rodas
a1a6da5418
conan: fix build on darwin
2021-02-27 04:20:00 +00:00
R. RyanTM
124e53af2c
php73Packages.composer2: 2.0.9 -> 2.0.11
2021-02-27 03:01:28 +00:00
Peter Simons
8629446fc1
Merge pull request #114407 from NixOS/haskell-updates
...
Update Haskell package set to Stackage Nightly 2021-02-25 (plus other fixes)
2021-02-26 23:57:43 +01:00
Peter Simons
a533bbef70
haskell-brittany: disable the freakin' test suite
...
The test suite runs for ages even on fast machines.
2021-02-26 23:01:18 +01:00
zimbatm
bdfd50116a
Revert "mdsh: 0.5.0 -> 0.6.0"
...
This was pushed by mistake!
This reverts commit 7ee7b5deec
.
2021-02-26 22:54:37 +01:00
zimbatm
7ee7b5deec
mdsh: 0.5.0 -> 0.6.0
2021-02-26 22:52:59 +01:00
Peter Simons
f7aa0b4575
haskell-prettyprinter: disable the freakin' test suite
...
The test suite runs for ages even on fast machines.
2021-02-26 22:28:19 +01:00
adisbladis
70c0af4bf6
Merge pull request #114505 from sternenseemann/rebol-delete
...
rebol/default.nix: remove unused file
2021-02-26 23:25:49 +02:00
Florian Klink
43f83f9c45
Merge pull request #75866 from Sohalt/spnav
...
libspnav: init at 2.3.0
2021-02-26 22:21:21 +01:00
Peter Simons
c1157b0ba5
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.16.0-13-gefcfbb2 from Hackage revision
20267f89a1
.
2021-02-26 21:53:50 +01:00
Peter Simons
6e1562761b
configuration-common: cosmetic
2021-02-26 21:49:30 +01:00
Peter Simons
64187ae13f
haskell-text-icu: remedy a fatal absence of truth in the build
2021-02-26 21:48:21 +01:00
sternenseemann
c5218b5245
rebol/default.nix: remove unused file
...
The rebol attribute has been removed over 4 years ago, so removing the
file as will is probably fine.
See d6cb238c8e
.
2021-02-26 21:47:40 +01:00
Peter Simons
09dd4a7ea0
cabal-install: fix build with ghc-9.0.x
2021-02-26 21:37:22 +01:00
Peter Simons
4e328c8c30
haskell-regex-base: drop obsolete patch for ghc-9.0.x
2021-02-26 21:35:56 +01:00
Peter Simons
d2aeeb0d20
webkitgtk: remedy the build's confusion about the meaning of "truth"
...
The package could not compile because it did not know the meaning of
TRUE and FALSE [1]. So we have to make sure our build environment
provides reasonable, sensible definitions to make the build succeed.
[1] https://hydra.nixos.org/build/137292531
2021-02-26 21:35:56 +01:00
Guillaume Girol
24d05ceb44
Merge pull request #114205 from veprbl/pr/herwig_7_2_2
...
herwig: 7.2.1 -> 7.2.2
2021-02-26 20:03:08 +00:00
sternenseemann
6a932fb74f
pythonPackages.fonttools: 4.20.0 -> 4.21.1
2021-02-26 20:58:01 +01:00
Peter Simons
15834f4673
hackage2nix: update list of broken packages to fix evaluation errors on Hydra
2021-02-26 20:57:24 +01:00
Jörg Thalheim
98fc56e481
Merge pull request #114382 from bbuscarino/fix-libfaketime-patch
...
libfaketime: fix clang patch
2021-02-26 19:41:54 +00:00
Sandro
e8446a3f77
Merge pull request #114396 from NeQuissimus/sbtextras
...
sbt-extras: 2021-02-04 → 2021-02-24
2021-02-26 20:40:10 +01:00
Guillaume Girol
b12abe690d
Merge pull request #111282 from r-burns/libdrm-cross
...
libdrm: fix cross-compile to x86
2021-02-26 19:35:06 +00:00
Peter Simons
b10ff8e990
hackage2nix: update list of broken packages to fix evaluation errors on Hydra
2021-02-26 20:22:45 +01:00
Peter Simons
1f810ac9da
git-annex: update to new version 8.20210223
2021-02-26 20:20:07 +01:00
Peter Simons
3334e95e6b
Merge pull request #114469 from maralorn/cabal-install
...
[haskell-updates] haskellPackages.cabal-install: Fix build for 3.4.0.0
2021-02-26 20:19:59 +01:00
Sandro
dad1dc73c4
Merge pull request #114487 from bobrik/ivan/llvm11-openmp-aarch64-darwin
...
llvmPackages_11.openmp: make it compile on aarch64-darwin
2021-02-26 20:18:54 +01:00
Michael Weiss
24e89ccb75
Merge pull request #113751 from bobrik/ivan/libglvnd-aarch64-darwin
...
libglvnd: disable asm on aarch64-darwin
2021-02-26 19:50:34 +01:00
Sandro
97da88a89b
Merge pull request #114467 from thiagokokada/sync-babashka-upstream
...
babashka: sync native-image arguments with upstream
2021-02-26 19:46:18 +01:00
Sandro
919902ba01
Merge pull request #114445 from fabaff/bump-prawn
2021-02-26 19:44:28 +01:00
Fabian Affolter
ea3e9d551d
python3Packages.slack-sdk: 3.3.0 -> 3.4.0
2021-02-26 19:15:06 +01:00
Sandro
a859f27d61
Merge pull request #114180 from omasanori/wasm-pack-update-deps
2021-02-26 18:49:54 +01:00
Ivan Babrou
ef13a2129b
libglvnd: disable asm on aarch64-darwin
...
libglvnd itself doesn't know about `aarch64-darwin`, so it tries
to use assembly that is not supported by mach-o, failing as a result.
2021-02-26 09:45:13 -08:00
Michael Raskin
c6bcceb275
Merge pull request #114460 from r-ryantm/auto-update/lazarus-gtk2
...
lazarus: 2.0.10-2 -> 2.0.12
2021-02-26 17:34:08 +00:00
Ivan Babrou
f78f6cd339
llvmPackages_11.openmp: make it compile on aarch64-darwin
2021-02-26 09:24:00 -08:00
Sandro
74025ebf66
Merge pull request #114384 from mschwaig/google-auth-depends-on-six
...
pythonPackages.google-auth: add missing dependency on six
2021-02-26 18:17:41 +01:00
Christopher League
218353d3f0
clips: 6.30 -> 6.31; supersedes and closes #109914 ( #114132 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-02-26 18:16:54 +01:00
Peter Simons
ecda7a86e7
Merge origin/master into haskell-updates.
2021-02-26 16:59:40 +01:00
Fabian Affolter
8bdca7d22d
python3Packages.simplehound: init at 0.6
2021-02-26 16:26:31 +01:00
Fabian Affolter
f8645e3b4a
python3Packages.python-awair: init at 0.2.1
2021-02-26 16:11:42 +01:00
Thiago Kenji Okada
19fca6f483
babashka: sync native-image arguments with upstream
...
This commit syncs the arguments passed to the babashka with upstream:
77daea7362/script/compile (L41-L74)
The idea here is to enable more features and reduce the number of issues
compared to upstream.
Also add some tests to ensure everything is working.
2021-02-26 11:47:23 -03:00
Malte Brandy
1444504e4b
haskellPackages.cabal-install: Fix build for 3.4.0.0
...
We can‘t use overrideScope with random because that would touch a lot of
tests and cause build failures. So I try to do the overrides manually.
2021-02-26 14:55:22 +01:00
midchildan
78e3596121
sourcetrail: fix darwin build ( #112795 )
2021-02-26 13:52:07 +00:00
Malte Brandy
75da00cacd
haskellPackages.haskell-language-server: Fix build
2021-02-26 14:20:34 +01:00
Thomas Bereknyei
525811c181
pytest-timeout: remove test
2021-02-26 13:35:29 +01:00
R. RyanTM
7c2dcbc467
lazarus: 2.0.10-2 -> 2.0.12
2021-02-26 11:45:51 +00:00
Michael Weiss
c6f1dc2320
libglvnd: Switch to the new official repository
...
"The official repository for libglvnd is hosted on FreeDesktop.org's
GitLab: https://gitlab.freedesktop.org/glvnd/libglvnd " [0]
[0]: https://github.com/NVIDIA/libglvnd/tree/master#introduction
2021-02-26 12:40:17 +01:00
Michael Weiss
8066dd61a3
libglvnd: Add myself as maintainer
...
The package lacked a maintainer and since I already maintain Mesa it
makes sense to look after libglvnd as well.
2021-02-26 12:30:42 +01:00
Dennis Gosnell
81e50c8d04
Merge pull request #114435 from cdepillabout/purescript-0.14
...
purescript: 0.13.8 -> 0.14.0
2021-02-26 19:55:17 +09:00
adisbladis
a2040f58f3
Merge pull request #114451 from adisbladis/libgccjit-darwin
...
gcc10: Pass langJit to preConfigure
2021-02-26 12:45:32 +02:00
Vincent Laporte
02b4f95f78
ocamlPackages.stdlib-shims: 0.1.0 → 0.3.0
2021-02-26 11:40:38 +01:00
adisbladis
a439e0ef6e
gcc10: Pass langJit to preConfigure
...
This should fix libgccjit on darwin.
2021-02-26 12:10:44 +02:00
Frederik Rietdijk
fdc872fa20
Merge staging-next into master
2021-02-26 11:07:01 +01:00
Jörg Thalheim
1d467840d2
Merge pull request #114319 from bobrik/ivan/aws-c-static
...
aws-c-common: fix build on clang 11
2021-02-26 09:49:08 +00:00
Frederik Rietdijk
c456a2512f
Merge master into staging-next
2021-02-26 10:25:13 +01:00
Robert Schütz
6d7128414c
python3Packages.adblock: use meta instead of passthru.meta
2021-02-26 10:21:13 +01:00
Fabian Affolter
287ef70bb3
python3Packages.praw: 7.1.4 -> 7.2.0
2021-02-26 09:14:09 +01:00
Fabian Affolter
d4acd16abc
python3Packages.prawcore: 1.5.0 -> 2.0.0
2021-02-26 09:13:47 +01:00
Daniël de Kok
ee58d52b8c
Merge pull request #114338 from Flakebi/amdvlk
...
amdvlk: 2021.Q1.3 -> 2020.Q1.4
2021-02-26 09:12:59 +01:00
Sandro
5d5d968679
Merge pull request #114340 from mcmtroffaes/feature/wolfssl-reproducible-build
...
wolfssl: use --enable-reproducible-build in favour of configure.ac hack
2021-02-26 09:11:48 +01:00
R. RyanTM
868a23baeb
ortp: 4.4.9 -> 4.4.24
2021-02-26 03:01:14 -05:00
Jörg Thalheim
a80b1b8ef0
Merge pull request #114441 from zowoq/sql-sha
...
sqldiff, sqlite-analyzer: fix sha256
2021-02-26 07:50:02 +00:00
adisbladis
b50cdc0803
Merge pull request #114213 from danieldk/teensyduino-missing-libs
...
teensyduino: fix missing library paths
2021-02-26 09:49:05 +02:00
Jan Tojnar
032ed6ca4b
libfprintd: enable tests
...
virtual-image driver is needed for fprintd tests and enabling it
required patching shebangs of test-related scripts so I have enabled
tests here as well.
2021-02-26 02:47:10 -05:00
Jan Tojnar
be4c6fe4c8
libfprint: 1.90.5 -> 1.90.7
...
- https://gitlab.freedesktop.org/libfprint/libfprint/-/tags/v1.90.7
- https://gitlab.freedesktop.org/libfprint/libfprint/-/tags/v1.90.6
Also correct license, drop no longer needed cflags and avoid alias.
2021-02-26 02:47:10 -05:00
R. RyanTM
0d82e2b847
jruby: 9.2.14.0 -> 9.2.15.0
2021-02-26 07:42:48 +00:00
davidak
95679c8e42
Merge pull request #114434 from marsam/update-ocp-index
...
ocamlPackages.ocp-index: 1.2.1 -> 1.2.2
2021-02-26 08:32:10 +01:00
zowoq
bb1dc39057
sqldiff, sqlite-analyzer: fix sha256
...
checksum wasn't actually updated in 049359d262
2021-02-26 17:27:17 +10:00
davidak
0b8d4b2932
Merge pull request #114438 from cole-h/octave-stdenv
...
octave.pkgs: stdenv.lib -> lib
2021-02-26 08:06:56 +01:00
R. RyanTM
c98cf3c34b
mediastreamer: 4.4.13 -> 4.4.24
2021-02-26 01:24:52 -05:00
Cole Helbling
24e5a77861
octave.pkgs: stdenv.lib -> lib
...
stdenv.lib is a deprecated alias to lib.
2021-02-25 22:16:54 -08:00
Vincent Laporte
554827b5a7
ocamlPackages.bap: 2.1.0 → 2.2.0
...
libbap: 2019-11-15 → 2020-11-25
2021-02-26 07:09:22 +01:00
Vincent Laporte
36aa10c0ea
ocamlPackages.ppx_bap: init at 0.14
2021-02-26 07:09:22 +01:00
(cdep)illabout
4fb330d334
purescript: 0.13.8 -> 0.14.0
2021-02-26 14:55:45 +09:00
sternenseemann
1cdbaf46c0
haskellPackages.yarn2nix: unbreak build
...
* fix compilation error concerning protolude 0.3 by applying patch
* remove dependency on regex-tdfa-text which has been merged into
regex-tdfa
2021-02-26 14:33:43 +09:00
Mario Rodas
74b9241e60
Merge pull request #114397 from NeQuissimus/python3Packages.sagemaker
...
python3Packages.sagemaker: 2.25.1 -> 2.25.2
2021-02-26 00:06:21 -05:00
Mario Rodas
820754e7cb
Merge pull request #114310 from r-ryantm/auto-update/python3.7-ckcc-protocol
...
python37Packages.ckcc-protocol: 1.0.2 -> 1.0.3
2021-02-25 23:59:42 -05:00
Mario Rodas
a03453c0c0
Merge pull request #114425 from r-ryantm/auto-update/eclib
...
eclib: 20190909 -> 20210223
2021-02-25 23:58:28 -05:00
Mario Rodas
7043f00adc
ocamlPackages.ocp-index: 1.2.1 -> 1.2.2
2021-02-26 04:20:00 +00:00
R. RyanTM
4cc0d67280
libofx: 0.9.15 -> 0.10.0
2021-02-25 22:31:01 -05:00
R. RyanTM
eddb81ccd8
ocsigen-i18n: 3.5.0 -> 3.7.0
2021-02-25 22:21:30 -05:00
Dennis Gosnell
c9fb7d308d
Merge pull request #114422 from sternenseemann/fix-hnix-eval
...
haskellPackages: fix various configuration-common.nix eval errors
2021-02-26 12:07:30 +09:00
R. RyanTM
abf5397c1e
leatherman: 1.12.3 -> 1.12.4
2021-02-25 21:48:52 -05:00
Peter Simons
1e36eafdf3
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.16.0-13-gefcfbb2 from Hackage revision
a9870d2275
.
2021-02-26 02:30:23 +01:00
Mario Rodas
c3493714c7
Merge pull request #114320 from r-ryantm/auto-update/ameba
...
ameba: 0.13.4 -> 0.14.0
2021-02-25 20:05:13 -05:00
Mario Rodas
024080221b
Merge pull request #114323 from r-ryantm/auto-update/buildkit
...
buildkit: 0.8.1 -> 0.8.2
2021-02-25 20:04:35 -05:00
Mario Rodas
bbb80432f4
Merge pull request #114369 from r-ryantm/auto-update/rdkafka
...
rdkafka: 1.6.0 -> 1.6.1
2021-02-25 20:01:40 -05:00
Mario Rodas
2e10316ffb
Merge pull request #114389 from r-ryantm/auto-update/yq-go
...
yq-go: 4.6.0 -> 4.6.1
2021-02-25 19:54:05 -05:00
David Asabina
34b9463d8d
checkmake: init at 0.1.0-2020.11.30
2021-02-25 19:50:30 -05:00
R. RyanTM
003705ef08
eclib: 20190909 -> 20210223
2021-02-26 00:44:54 +00:00
R. RyanTM
09989a2b4c
libosmpbf: 1.3.3 -> 1.5.0
2021-02-25 19:13:58 -05:00
R. RyanTM
d7beb9ad8c
libsigsegv: 2.12 -> 2.13
2021-02-25 19:07:22 -05:00
R. RyanTM
e49d425274
bctoolbox: 4.4.21 -> 4.4.24
2021-02-25 18:59:01 -05:00
R. RyanTM
874d1b3cbd
lime: 4.4.0 -> 4.4.21
2021-02-25 18:56:30 -05:00
Austin Seipp
39727d1254
yosys: 0.9+3905 -> 0.9+3962
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-02-25 17:55:46 -06:00
Maximilian Bosch
bc87fc1907
Merge pull request #114072 from raboof/maven3-default-jdk
...
maven: use default jdk
2021-02-26 00:51:45 +01:00
nick black
6cae2af7aa
notcurses: 2.1.0 -> 2.1.5
2021-02-25 18:47:17 -05:00
sternenseemann
77fe5ae244
haskellPackages.hnix: generate completions again
...
As stated in the original comment, since we have moved to GHC 8.10.x,
the hnix binary builds again and we can generate completions for it.
2021-02-26 00:30:22 +01:00
sternenseemann
474dbcb767
haskellPackages.essence-of-live-coding-warp: bump http-client
...
http-client had a new release on hackage, so the http-client_0_7_5
attribute no longer exists, we replace it by http-client_0_7_6.
2021-02-26 00:24:32 +01:00
sternenseemann
62dbe40976
haskellPackages: fix eval after advancing to hnix-store-core 0.4.1.0
...
We don't need to pin the package version from hackage anywhere anymore
since stackage-nightly has arrived at the version we want. The
tasty-discover override is still necessary, but can be applied to the
plain hnix-store-core attribute.
Since the hnix-store-core_0_4_1_0 attribute no longer exists a few
intermittent eval errors where caused by the package set regeneration.
2021-02-26 00:13:30 +01:00
Daniel Nagy
7db40fa5d5
python3Packages.dlib: support sse4 instructions
...
My understanding of the line that is removed is, that the logic is
wrong. According to the setup.py file[0] it says that:
> To exclude certain options in the cmake config use --no:
> for example:
> --no USE_AVX_INSTRUCTIONS: will set -DUSE_AVX_INSTRUCTIONS=no
This means, that a true value of `avxSupport` will deactivate it in the
setup, which is not what we want.
[0]: https://github.com/davisking/dlib/blob/v19.21/setup.py#L22
2021-02-25 22:49:08 +01:00
Daniel Nagy
b6ef90c6c4
dlib: support sse4 instructions
2021-02-25 22:40:20 +01:00
Vincent Laporte
0f24f12bb4
ocamlPackages.crunch: use Dune 2
2021-02-25 22:12:12 +01:00
Peter Simons
fbbfb1f695
Merge current master into haskell-updates.
2021-02-25 21:30:10 +01:00
Antonio Nuno Monteiro
98cefe1d6b
OCaml 4.12.--beta1 -> 4.12.0
2021-02-25 21:25:10 +01:00
Fabian Affolter
b9a45e769a
Merge pull request #114345 from r-ryantm/auto-update/kubectx
...
kubectx: 0.9.1 -> 0.9.2
2021-02-25 20:45:39 +01:00
Fabian Affolter
6f4581f675
Merge pull request #114334 from r-ryantm/auto-update/errcheck
...
errcheck: 1.5.0 -> 1.6.0
2021-02-25 20:44:20 +01:00
Fabian Affolter
6c8d97ebfa
Merge pull request #114381 from r-ryantm/auto-update/terraform-ls
...
terraform-ls: 0.13.0 -> 0.14.0
2021-02-25 20:42:44 +01:00
Peter Simons
d954e89af8
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.16.0-13-gefcfbb2 from Hackage revision
e654fad9ef
.
2021-02-25 20:38:00 +01:00
Peter Simons
efb24801f8
Stackage Nightly 2021-02-25
2021-02-25 20:37:13 +01:00
Oleksii Filonenko
fdd09ab1d5
Merge pull request #114349 from r-ryantm/auto-update/lazygit
...
lazygit: 0.24.2 -> 0.25.1
2021-02-25 21:30:04 +02:00
Oleksii Filonenko
d4204cd8ea
Merge pull request #114375 from r-ryantm/auto-update/scc
...
scc: 2.13.0 -> 3.0.0
2021-02-25 21:29:00 +02:00
R. RyanTM
70761d25a2
yq-go: 4.6.0 -> 4.6.1
2021-02-25 18:57:52 +00:00
Martin Schwaighofer
a11492ad8c
pythonPackages.google-auth: add missing dependency on six
...
google-auth depends on six as indicated here:
65074d3fbe/setup.py
It only builds on hydra without it right now,
because another dependency pulls it in as a checkInput:
https://github.com/DavHau/mach-nix/issues/240#issuecomment-786015221
2021-02-25 19:00:30 +01:00
R. RyanTM
2e890b5f9b
terraform-ls: 0.13.0 -> 0.14.0
2021-02-25 17:48:42 +00:00
Ben Buscarino
9c3ccb1a32
libfaketime: fix clang patch
2021-02-25 12:44:19 -05:00
R. RyanTM
c718b431ac
scc: 2.13.0 -> 3.0.0
2021-02-25 16:48:11 +00:00
Tim Steinbach
0b1942a4d4
sbt-extras: 2021-02-04 → 2021-02-24
2021-02-25 16:40:42 +00:00
Aaron Andersen
daf30a5116
openscenegraph: 3.6.4 -> 3.6.5
2021-02-25 11:39:09 -05:00
Tim Steinbach
688e9f5870
python3Packages.sagemaker: 2.25.1 -> 2.25.2
2021-02-25 11:38:57 -05:00
R. RyanTM
d09564b05b
rdkafka: 1.6.0 -> 1.6.1
2021-02-25 15:26:08 +00:00
Florian Klink
f25f49b93d
k2tf: fix version
...
Follow-up on https://github.com/NixOS/nixpkgs/pull/114359#discussion_r582849872
2021-02-25 16:08:56 +01:00
Florian Klink
0693022bb2
k2tf: init at 0.5.0
2021-02-25 13:44:55 +01:00
Fabian Affolter
772406c2a4
Merge pull request #114201 from Gonzih/go-air-init
...
air: init at 1.15.1
2021-02-25 13:28:24 +01:00
R. RyanTM
18196eac1c
lazygit: 0.24.2 -> 0.25.1
2021-02-25 11:52:38 +00:00
Sandro
3ab5aa845a
Merge pull request #114286 from fabaff/bump-hstspreload
...
python3Packages.hstspreload: 2021.2.1 -> 2021.2.15
2021-02-25 12:51:35 +01:00
Martin Weinelt
63c8f479c7
Merge pull request #114243 from fabaff/bump-python-awesomeversion
2021-02-25 12:49:39 +01:00
R. RyanTM
0ae7c2a141
kubectx: 0.9.1 -> 0.9.2
2021-02-25 11:39:10 +00:00
davidak
651b0c786b
Merge pull request #114324 from fabaff/bump-pytest-subtests
...
python3Packages.pytest-subtests: 0.3.2 -> 0.4.0
2021-02-25 12:29:58 +01:00
Sandro
43d0a79e78
Merge pull request #114333 from fabaff/bump-pyowm
...
python3Packages.pyowm: 3.1.1 -> 3.2.0
2021-02-25 12:17:23 +01:00
R. RyanTM
00d01d8131
gexiv2: 0.12.1 -> 0.12.2
2021-02-25 12:03:25 +01:00
freezeboy
20b816cf4f
civetweb: 1.11 -> 1.13
2021-02-25 05:47:45 -05:00
Matthias C. M. Troffaes
e2c0def05a
wolfssl: use --enable-reproducible-build in favour of configure.ac hack
2021-02-25 10:38:18 +00:00
Vincent Laporte
73487ea05e
ocamlPackages.yojson: use Dune 2
2021-02-25 11:02:25 +01:00
Michael Raskin
dcce5b98b6
Merge pull request #113390 from equill/sbcl_2_1_1_tweaks
...
sbcl: Small fixes around the phase definitions
2021-02-25 10:02:12 +00:00
Sebastian Neubauer
6c54f3fe76
amdvlk: 2021.Q1.3 -> 2020.Q1.4
2021-02-25 10:23:17 +01:00
R. RyanTM
6e3c319f92
errcheck: 1.5.0 -> 1.6.0
2021-02-25 09:17:04 +00:00
Fabian Affolter
cb8a87a701
python3Packages.pyowm: enable tests
2021-02-25 10:14:23 +01:00
Fabian Affolter
65b91f617f
python3Packages.pyowm: 3.1.1 -> 3.2.0
2021-02-25 10:05:10 +01:00
Sandro
fdd69470ef
Merge pull request #114253 from pborzenkov/gops
...
gops: init at 0.3.15
2021-02-25 09:10:16 +01:00
Fabian Affolter
bf24d39f77
python3Packages.pytest-subtests: add pythonImportsCheck
2021-02-25 08:53:12 +01:00
Fabian Affolter
c5bd117275
python3Packages.pytest-subtests: 0.3.2 -> 0.4.0
2021-02-25 08:48:53 +01:00
R. RyanTM
8d2c4ed7f2
buildkit: 0.8.1 -> 0.8.2
2021-02-25 07:41:42 +00:00
Ivan Babrou
ba4c0bf16f
aws-c-common: fix build on clang 11
2021-02-24 23:32:52 -08:00
Fabian Affolter
1d6a93485c
python3Packages.ckcc-protocol: add pythonImportsCheck
2021-02-25 08:27:04 +01:00
Sandro
eb56c2d300
Merge pull request #114318 from TredwellGit/electron
...
electron_11: 11.2.3 -> 11.3.0 & electron_10: 10.3.2 -> 10.4.0
2021-02-25 08:26:00 +01:00
Fabian Affolter
a301215b5a
python3Packages.ckcc-protocol: fix license
2021-02-25 08:25:45 +01:00
Vincent Laporte
74c0acd1c8
ocamlPackages.ppx_yojson_conv_lib: use Dune 2
2021-02-25 08:20:25 +01:00
Vincent Laporte
128a43a1e8
ocamlPackages.atd: 2.0.0 → 2.2.1
2021-02-25 08:04:35 +01:00
R. RyanTM
2904c508f0
ameba: 0.13.4 -> 0.14.0
2021-02-25 06:44:46 +00:00
adisbladis
2ce9c4a4ec
Merge pull request #114287 from adisbladis/cgo-enabled-buildgopackage
...
buildGoPackage: Respect passing CGO_ENABLED explicitly
2021-02-25 07:21:37 +01:00
Daniël de Kok
0f6dd0ca4b
Merge pull request #114254 from Gonzih/scala-metals-0.10.0-bump
...
metals: 0.9.10 -> 0.10.0
2021-02-25 07:10:43 +01:00
TredwellGit
ee819cab23
electron_10: 10.3.2 -> 10.4.0
...
https://github.com/electron/electron/releases/tag/v10.4.0
2021-02-25 05:52:44 +00:00
TredwellGit
dace81466f
electron_11: 11.2.3 -> 11.3.0
...
https://github.com/electron/electron/releases/tag/v11.3.0
2021-02-25 05:50:50 +00:00
Sandro
45b492de70
Merge pull request #114315 from r-ryantm/auto-update/python3.7-google-cloud-tasks
...
python37Packages.google-cloud-tasks: 2.1.0 -> 2.2.0
2021-02-25 06:37:03 +01:00
R. RyanTM
aa063213b8
python37Packages.google-cloud-tasks: 2.1.0 -> 2.2.0
2021-02-25 04:25:38 +00:00
davidak
a0d657f949
Merge pull request #113794 from fabaff/bump-pycryptodomex
...
python3Packages.pycryptodomex: 3.9.9 -> 3.10.1
2021-02-25 05:01:01 +01:00
Ryan Mulligan
0672f337c2
Merge pull request #113863 from r-ryantm/auto-update/protolock
...
protolock: 0.15.1 -> 0.15.2
2021-02-24 19:46:07 -08:00
Mario Rodas
cb5f00db00
Merge pull request #114187 from r-ryantm/auto-update/glfw
...
glfw: 3.3.2 -> 3.3.3
2021-02-24 22:38:38 -05:00
Mario Rodas
bb073523a8
Merge pull request #114291 from r-ryantm/auto-update/python3.7-github3.py
...
python37Packages.github3_py: 1.3.0 -> 2.0.0
2021-02-24 22:37:17 -05:00
Mario Rodas
a459e53280
Merge pull request #114294 from r-ryantm/auto-update/python3.7-Flask-Migrate
...
python37Packages.flask_migrate: 2.6.0 -> 2.7.0
2021-02-24 22:34:50 -05:00
Mario Rodas
708d08acec
Merge pull request #114298 from r-ryantm/auto-update/python3.7-google-cloud-pubsub
...
python37Packages.google-cloud-pubsub: 2.3.0 -> 2.4.0
2021-02-24 22:34:31 -05:00
R. RyanTM
e46f809589
python37Packages.ckcc-protocol: 1.0.2 -> 1.0.3
2021-02-25 03:27:57 +00:00
Mario Rodas
6fdb112dd0
Merge pull request #114217 from fabaff/bump-aiosqlite
...
python3Packages.aiosqlite: 0.16.0 -> 0.17.0
2021-02-24 22:01:42 -05:00
Mario Rodas
f8e62134d8
Merge pull request #114306 from r-ryantm/auto-update/apprise
...
apprise: 0.9.0 -> 0.9.1
2021-02-24 22:01:21 -05:00
Mario Rodas
9d077b5737
Merge pull request #114214 from siraben/scheme48-refactor
...
scheme48: refactor and add siraben as maintainer
2021-02-24 21:51:47 -05:00
Mario Rodas
c6cd06c953
Merge pull request #114288 from johannesloetzsch/github-release
...
github-release: 0.7.2 -> 0.10.0
2021-02-24 21:46:37 -05:00
R. RyanTM
2dba1c958e
apprise: 0.9.0 -> 0.9.1
2021-02-25 01:52:52 +00:00
Peter Simons
a4c39dea04
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.16.0-13-gefcfbb2 from Hackage revision
39ba3e58bb
.
2021-02-25 02:30:25 +01:00
Mario Rodas
55cfde3016
Merge pull request #114268 from r-ryantm/auto-update/python3.7-Django
...
python37Packages.django_3: 3.1.6 -> 3.1.7
2021-02-24 20:07:25 -05:00
Mario Rodas
e7356cea69
Merge pull request #114273 from fabaff/bump-twitterapi
...
python3Packages.twitterapi: 2.6.6 -> 2.6.8
2021-02-24 20:06:54 -05:00
R. RyanTM
fc1bbde821
python37Packages.google-cloud-pubsub: 2.3.0 -> 2.4.0
2021-02-25 00:11:37 +00:00
Sandro
48b365162a
Merge pull request #114025 from bcdarwin/update-batchgenerators
...
python3Packages.batchgenerators: 0.20.1 -> 0.21
2021-02-25 01:03:49 +01:00
Sandro
3ede9d8c5c
Merge pull request #114080 from baloo/baloo/tpm2-pytss/init
2021-02-25 01:00:51 +01:00
Sandro
31e113a56f
Merge pull request #114170 from fabaff/sharkiqpy
2021-02-25 00:56:22 +01:00
Sandro
190f8f6da0
Merge pull request #114172 from dotlambda/wolfssl-4.7.0
...
wolfssl: 4.6.0 -> 4.7.0
2021-02-25 00:54:43 +01:00
Sandro
f9ac56e1c5
Merge pull request #114150 from fabaff/bump-pyvizio
2021-02-25 00:38:07 +01:00
R. RyanTM
0e6735fc43
python37Packages.flask_migrate: 2.6.0 -> 2.7.0
2021-02-24 23:02:18 +00:00
Fabian Affolter
1b608cb700
python3Packages.claripy: 9.0.5739 -> 9.0.5903
2021-02-24 23:45:55 +01:00
R. RyanTM
cc0fb63851
python37Packages.github3_py: 1.3.0 -> 2.0.0
2021-02-24 22:43:13 +00:00
Fabian Affolter
dc20c75a88
python3Packages.pycryptodomex: update style
2021-02-24 23:31:28 +01:00
adisbladis
2c593e8e76
buildGoPackage: Respect passing CGO_ENABLED explicitly
...
This used to work but was broken by 6a27d63a88
.
2021-02-24 23:22:19 +01:00
Fabian Affolter
aed071d0bb
python3Packages.hstspreload: 2021.2.1 -> 2021.2.15
2021-02-24 23:21:41 +01:00
Johannes Lötzsch
e54471af86
github-release: 0.7.2 -> 0.10.0
...
v0.7.2 was using a for security reasons deprecated api.
The current version is using post instead of get
requests to prevent the leakage of secrets.
2021-02-24 23:07:01 +01:00
Fabian Affolter
c289ff4d86
python3Packages.twitterapi: 2.6.6 -> 2.6.8
2021-02-24 21:47:15 +01:00
Austin Seipp
fdd622d9c2
python3Packages.termplotlib: init at 0.3.4
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-02-24 14:08:27 -06:00
Pavel Borzenkov
46098b3f89
gops: init at 0.3.15
2021-02-24 23:08:23 +03:00
Vincent Laporte
a2ae262635
ocamlPackages.linenoise: use Dune 2
2021-02-24 21:02:25 +01:00
Doron Behar
aca03db091
Merge pull request #108562 from KarlJoad/octave-modules
2021-02-24 21:31:24 +02:00
Martin Weinelt
1e4c84ff93
Merge pull request #114267 from r-ryantm/auto-update/python3.7-asyncio_mqtt
...
python37Packages.asyncio-mqtt: 0.8.0 -> 0.8.1
2021-02-24 20:11:01 +01:00
R. RyanTM
44c95a8677
python37Packages.django_3: 3.1.6 -> 3.1.7
2021-02-24 19:05:40 +00:00
Karl Hallsby
64bacd1be6
octave.pkgs.zeromq: init at 1.5.2
2021-02-24 21:00:52 +02:00
Karl Hallsby
04129d3407
octave.pkgs.windows: init at 1.5.0
2021-02-24 21:00:52 +02:00
Karl Hallsby
487f5ba20d
octave.pkgs.vrml: init at 1.0.13
2021-02-24 21:00:52 +02:00
Karl Hallsby
97ac699883
octave.pkgs.video: init at 2.0.0
2021-02-24 21:00:52 +02:00
Karl Hallsby
2c9224cd8f
octave.pkgs.vibes: init at 0.2.0
2021-02-24 21:00:52 +02:00
Karl Hallsby
455befa378
octave.pkgs.tsa: init at 4.6.2
2021-02-24 21:00:52 +02:00
Karl Hallsby
609223ec63
octave.pkgs.tisean: init at 0.2.3
2021-02-24 21:00:52 +02:00
Karl Hallsby
49d3aacfee
octave.pkgs.strings: init at 1.2.0
2021-02-24 21:00:52 +02:00
Karl Hallsby
57c8919083
octave.pkgs.statistics: init at 1.4.2
2021-02-24 21:00:52 +02:00
Karl Hallsby
545804e2e0
octave.pkgs.splines: init at 1.3.3
2021-02-24 21:00:52 +02:00
Karl Hallsby
75918e10fa
octave.pkgs.sparsersb: init at 1.0.8
2021-02-24 21:00:51 +02:00
Karl Hallsby
c968c7a8aa
octave.pkgs.stk: init at 2.6.1
2021-02-24 21:00:51 +02:00
Karl Hallsby
b1fb1a3ee7
octave.pkgs.sockets: init at 1.2.1
2021-02-24 21:00:51 +02:00
Karl Hallsby
5c3b1a000c
octave.pkgs.queueing: init at 1.2.7
2021-02-24 21:00:51 +02:00
Karl Hallsby
d8612d6598
octave.pkgs.quaternion: init at 2.4.0
2021-02-24 21:00:51 +02:00
Karl Hallsby
00a723b8b3
octave.pkgs.struct: init at 1.0.16
2021-02-24 21:00:51 +02:00
Karl Hallsby
68f2862b36
octave.pkgs.parallel: init at 4.0.0
2021-02-24 21:00:51 +02:00
Karl Hallsby
36695031c3
octave.pkgs.optiminterp: init at 0.3.6
2021-02-24 21:00:51 +02:00