R. RyanTM
86bfc57cf8
python27Packages.texttable: 1.6.2 -> 1.6.3
2020-10-02 22:49:10 -07:00
Mario Rodas
9c9eb1ce75
Merge pull request #98642 from r-ryantm/auto-update/libisds
...
libisds: 0.11 -> 0.11.1
2020-10-02 23:57:21 -05:00
Mario Rodas
4c9017e4b0
Merge pull request #98687 from r-ryantm/auto-update/cargo-generate
...
cargo-generate: 0.5.0 -> 0.5.1
2020-10-02 23:55:48 -05:00
Mario Rodas
c32aee2a5f
Merge pull request #98719 from r-ryantm/auto-update/gbenchmark
...
gbenchmark: 1.5.1 -> 1.5.2
2020-10-02 23:39:58 -05:00
Mario Rodas
ea47333755
Merge pull request #98623 from r-ryantm/auto-update/libwps
...
libwps: 0.4.11 -> 0.4.12
2020-10-02 23:39:24 -05:00
Mario Rodas
c69933ae07
Merge pull request #98636 from r-ryantm/auto-update/libxls
...
libxls: 1.5.3 -> 1.6.0
2020-10-02 23:38:29 -05:00
Mario Rodas
a2375629e6
Merge pull request #98985 from r-ryantm/auto-update/autoflake
...
autoflake: 1.3.1 -> 1.4
2020-10-02 23:31:12 -05:00
Mario Rodas
bbc13f8d39
Merge pull request #99411 from fatho/godot-3.2.3
...
godot: 3.2.2 -> 3.2.3
2020-10-02 22:39:36 -05:00
Mario Rodas
a3450a57d0
Merge pull request #99275 from NeQuissimus/yq_2_11_1
...
yq: 2.11.0 -> 2.11.1
2020-10-02 19:23:12 -05:00
Martin Weinelt
ca5c4f96b4
Merge pull request #97190 from r-ryantm/auto-update/libmicrodns
...
libmicrodns: 0.1.2 -> 0.2.0
2020-10-03 00:02:29 +02:00
Martin Weinelt
4579ac5faa
Merge pull request #98104 from drewrisinger/dr-pr-tinydb
...
python3Packages.tinydb: 3.14.1 -> 4.1.1
2020-10-02 23:25:23 +02:00
Martin Weinelt
1a5bbecbbe
Merge pull request #99419 from prusnak/bip_utils
...
python3Packages.bip_utils: 1.4.0 -> 1.5.0
2020-10-02 23:09:31 +02:00
Pavol Rusnak
f1057db809
python3Packages.bip_utils: 1.4.0 -> 1.5.0
...
fetch sources from GitHub instead of PyPI to enable tests
2020-10-02 22:50:50 +02:00
Martin Weinelt
ceba0ceee9
Merge pull request #99219 from wenngle/pysonic
...
python3Packages.py-sonic: init at 0.7.7
2020-10-02 22:31:53 +02:00
Doron Behar
6bb90a2d01
Merge pull request #99274 from siraben/patchrom-init
...
knightos-patchrom: init at 1.1.3
2020-10-02 22:47:27 +03:00
Zeke Stephens
2956f4ecc2
add myself as a maintainer
2020-10-02 15:39:08 -04:00
Zeke Stephens
d1caa9bcaf
python3Packages.py-sonic: init at 0.7.7
2020-10-02 15:38:52 -04:00
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
Fabian Thorand
a7cbe40289
godot: 3.2.2 -> 3.2.3
2020-10-02 21:00:16 +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
Ben Siraphob
fd18f7bbd7
knightos-patchrom: init at 1.1.3
2020-10-02 21:49:58 +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