Sandro and GitHub
10c3ac8f5f
Merge pull request #133741 from r-ryantm/auto-update/python3.8-azure-mgmt-sql
...
python38Packages.azure-mgmt-sql: 3.0.0 -> 3.0.1
2021-08-27 04:50:43 +02:00
Sandro and GitHub
04865a8598
Merge pull request #133738 from r-ryantm/auto-update/python3.8-azure-mgmt-recoveryservicesbackup
...
python38Packages.azure-mgmt-recoveryservicesbackup: 1.0.0 -> 2.0.0
2021-08-27 04:50:22 +02:00
Sandro and GitHub
0bef890cd7
Merge pull request #133737 from r-ryantm/auto-update/python3.8-azure-mgmt-media
...
python38Packages.azure-mgmt-media: 7.0.0 -> 8.0.0
2021-08-27 04:50:01 +02:00
Sandro and GitHub
ce79207f11
Merge pull request #133729 from r-ryantm/auto-update/python3.8-azure-batch
...
python38Packages.azure-batch: 10.0.0 -> 11.0.0
2021-08-27 04:49:31 +02:00
Dennis Gosnell and GitHub
9eee295881
Merge pull request #135729 from cdepillabout/bump-purescript
...
purescript: 0.14.3 -> 0.14.4
2021-08-27 11:21:28 +09:00
tomberek and GitHub
59b3fb4048
Merge pull request #87685 from ghost/local/gnurl770-fix1
...
libgnurl: reduce size of closure. Remove unnecessary/old dependencies,
2021-08-26 22:09:44 -04:00
R. RyanTM
0400d5f210
python38Packages.azure-mgmt-iothub: 2.0.0 -> 2.1.0
2021-08-27 02:00:00 +00:00
R. RyanTM
7be4e0ef84
python38Packages.azure-mgmt-datamigration: 9.0.0 -> 10.0.0
2021-08-27 01:54:42 +00:00
R. RyanTM
a267254318
chamber: 2.10.2 -> 2.10.3
2021-08-27 01:51:56 +00:00
688eef3c04
purescript: add missing dependency to update script
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com >
2021-08-27 10:45:20 +09:00
tomberek and GitHub
be18c96695
Merge pull request #135273 from r-ryantm/auto-update/s5cmd
...
s5cmd: 1.2.1 -> 1.3.0
2021-08-26 21:36:09 -04:00
R. RyanTM and tomberek
56e4c70dab
teleport: 7.0.2 -> 7.0.3
2021-08-26 21:28:58 -04:00
Sandro Jäckel
155a9de6e8
python39Packages.azure-mgmt-media: add import check
2021-08-27 03:17:28 +02:00
Sandro and GitHub
d4e2cb4a77
Merge pull request #133815 from r-ryantm/auto-update/python3.8-dockerspawner
...
python38Packages.dockerspawner: 0.11.1 -> 12.1.0
2021-08-27 03:15:37 +02:00
Sandro Jäckel
309048fbc8
python39Packages.debian: format, add import check, update meta
2021-08-27 03:14:34 +02:00
Sandro Jäckel
6f0036ea64
python39Packages.azure-batch: add import check
2021-08-27 03:12:58 +02:00
Sandro Jäckel
8d2d845ec6
python39Packages.azure-mgmt-recoveryservicesbackup: add import check
2021-08-27 03:11:45 +02:00
Sandro Jäckel
4608fefb32
python39Packages.babelfish: update meta, add import check, disable tests
2021-08-27 03:10:13 +02:00
Sandro Jäckel
20e4e3a6f1
python39Packages.azure-mgmt-sql: add import check
2021-08-27 03:07:57 +02:00
Sandro and GitHub
40740c7d97
Merge pull request #133870 from r-ryantm/auto-update/python3.8-limnoria
2021-08-27 02:42:49 +02:00
Sandro and GitHub
85de455fdb
Merge pull request #133862 from r-ryantm/auto-update/python3.8-jupyterlab_server
...
python38Packages.jupyterlab_server: 2.6.0 -> 2.7.0
2021-08-27 02:42:02 +02:00
Sandro and GitHub
819556f09f
Merge pull request #133855 from r-ryantm/auto-update/python3.8-junos-eznc
...
python38Packages.junos-eznc: 2.6.1 -> 2.6.2
2021-08-27 02:41:47 +02:00
Sandro and GitHub
e2421f04f8
Merge pull request #133854 from r-ryantm/auto-update/python3.8-jupyterlab
...
python38Packages.jupyterlab: 3.0.16 -> 3.1.6
2021-08-27 02:41:14 +02:00
Sandro and GitHub
3f13137675
Merge pull request #133846 from r-ryantm/auto-update/python3.8-hmmlearn
...
python38Packages.hmmlearn: 0.2.5 -> 0.2.6
2021-08-27 02:41:00 +02:00
Sandro and GitHub
ea63bceaa7
Merge pull request #133820 from r-ryantm/auto-update/python3.8-flexmock
...
python38Packages.flexmock: 0.10.4 -> 0.10.5
2021-08-27 02:40:37 +02:00
polykernel
de81edf6ef
lib/strings: fix infinite recursion on concatStringsSep fallback
...
The current implementation of the concatStringsSep fallback references
concatStrings whcih is just a partial application of concatStringsSep,
forming a circular dependency. Although this will almost never be
encountered as (assuming the user does not explicitly trigger it):
1. the or operator will short circuit both in lazy and strict
evaluation
2. this can only occur in Nix versions prior to 1.10
which is not compatible with various nix operations as of 2.3.15
However it is still important if scopedImport is used or the builtins
have been overwritten. lib.foldl' is used instead of builtins.foldl'
as the foldl' primops was introduced in the same release as concatStringsSep.
2021-08-26 20:08:05 -04:00
github-actions[bot] and GitHub
2b967ea234
Merge master into haskell-updates
2021-08-27 00:06:46 +00:00
0x4A6F
43270a5081
lgogdownloader: formatting
2021-08-27 02:04:52 +02:00
0x4A6F
bb877fadee
lgogdownloader: add installCheck
2021-08-27 02:04:52 +02:00
0x4A6F
212cfed17c
lgogdownloader: add myself as maintainer
2021-08-27 02:04:52 +02:00
Ryan Mulligan and GitHub
94db887ac7
Merge pull request #135760 from r-ryantm/auto-update/lgogdownloader
...
lgogdownloader: 3.7 -> 3.8
2021-08-26 16:34:19 -07:00
Michael Raskin and GitHub
7c3be098d3
Merge pull request #133217 from yu-re-ka/feature/emscripten-2-0-26
...
emscripten: 2.0.10 -> 2.0.26
2021-08-26 23:08:02 +00:00
Sandro and GitHub
a4a398e573
Merge pull request #135837 from SuperSandro2000/python-cleanup
2021-08-27 00:53:32 +02:00
sternenseemann
9eca744cc0
ghc: 8.10.6 -> 8.10.7
...
https://www.haskell.org/ghc/download_ghc_8_10_7.html
2021-08-27 00:42:51 +02:00
Sandro and GitHub
f8020dd8d0
Merge pull request #133817 from r-ryantm/auto-update/python3.8-dropbox
...
python38Packages.dropbox: 11.11.0 -> 11.16.0
2021-08-27 00:36:00 +02:00
Sandro and GitHub
55fb750337
Merge pull request #133743 from r-ryantm/auto-update/python3.8-azure-synapse-artifacts
...
python38Packages.azure-synapse-artifacts: 0.7.0 -> 0.8.0
2021-08-27 00:35:32 +02:00
Fabian Affolter
7e6a2d6b1f
python3Packages.aiorecollect: 1.0.7 -> 1.0.8
2021-08-27 00:29:13 +02:00
Maciej Krüger and GitHub
94365104aa
Merge pull request #135780 from jojosch/dbeaver-21.1.5
2021-08-26 23:58:10 +02:00
Sandro Jäckel
03eec0aef3
python39Packages.aioprocessing: simplify disabled, add import check
2021-08-26 23:57:44 +02:00
Fabian Affolter
f5dd1aecf1
httpx: 1.1.1 -> 1.1.2
2021-08-26 23:47:49 +02:00
Sandro Jäckel
4ba7ccf501
python39Packages.inform: remove pytest-runner, use pytestCheckHook phase
2021-08-26 23:46:13 +02:00
Fabian Affolter and GitHub
fc3d52baf3
Merge pull request #135677 from fabaff/bump-bimmer-connected
...
python3Packages.bimmer-connected: 0.7.19 -> 0.7.20
2021-08-26 23:44:37 +02:00
Sandro Jäckel
75c8841f75
python39Packages.jupyter-repo2docker: simplify disabled
2021-08-26 23:35:55 +02:00
Sandro and GitHub
78087ea593
Merge pull request #134186 from Kranzes/auto-update/python3.8-networkx
...
python38Packages.networkx: 2.5.1 -> 2.6.2
2021-08-26 23:24:35 +02:00
Sandro and GitHub
b1c2b32d69
Merge pull request #133800 from r-ryantm/auto-update/python3.8-coveralls
2021-08-26 23:23:27 +02:00
Sandro Jäckel
7670dd4b7e
python39Packages.dropbox: remove pytest-runner, update meta, add import check
2021-08-26 23:20:58 +02:00
Michael Weiss and GitHub
a1f8b807a5
Merge pull request #135716 from Kranzes/bump-tdesktop
...
tdesktop: 2.9.0 -> 2.9.3
2021-08-26 23:04:27 +02:00
Sandro Jäckel
294a0b62c6
python39Packages.junos-eznc: add import check
2021-08-26 23:02:25 +02:00
Sandro and GitHub
b42be00e69
Merge pull request #133755 from r-ryantm/auto-update/python3.8-databricks-cli
...
python38Packages.databricks-cli: 0.14.3 -> 0.15.0
2021-08-26 22:54:55 +02:00
Sandro and GitHub
0217bb9584
Merge pull request #133798 from r-ryantm/auto-update/python3.8-cma
...
python38Packages.cma: 3.0.3 -> 3.1.0
2021-08-26 22:53:56 +02:00