Gabor Greif
29d0e684af
ocamlPackages.wasm: 1.0 -> 1.1 ( #86803 )
2020-05-10 09:53:27 +02:00
Frederik Rietdijk
303adc7697
Merge master into staging-next
2020-05-10 09:43:48 +02:00
Vincent Laporte
4578b41999
ocamlPackages.mdx: 1.5.0 → 1.6.0
2020-05-10 09:33:22 +02:00
Vladimír Čunát
2e192dc5db
Merge #87237 : gcc10, gfortran10, gnat10: init at 10.1.0
2020-05-10 08:03:13 +02:00
R. RyanTM
a0f46a2ece
qtpbfimageplugin: 2.1 -> 2.2
2020-05-10 05:34:03 +00:00
R. RyanTM
254aeb5050
qbs: 1.15.0 -> 1.16.0
2020-05-10 05:13:15 +00:00
Atemu
d616ae8c6d
llvm/compiler-rt: only apply armv7l patches on aarch32
...
No need for rebuilds on other platforms
2020-05-10 13:43:17 +09:00
talyz
9f09253e52
php.buildPecl: Allow PECLs to depend on other PECLs
...
Some PECLs depend on other PECLs and, like internal PHP extension
dependencies, need to be loaded in the correct order. This makes this
possible by adding the argument "peclDeps" to buildPecl, which adds
the extension to buildInputs and is treated the same way as
internalDeps when the extension config is generated.
2020-05-09 23:38:21 +02:00
Jörg Thalheim
cb95d670fb
Merge pull request #87337 from r-ryantm/auto-update/python2.7-Flask-WTF
2020-05-09 20:36:33 +01:00
Benjamin Hipple
3d9f3c3dd3
Merge pull request #75827 from stites/pytorch-1.3.1
...
python3Packages.pytorch: 1.2.0 -> 1.4.1, python3Packages.ignite: 0.2.1 -> 0.3.0
2020-05-09 15:27:27 -04:00
Jörg Thalheim
11fa2d4340
radare2-cutter: 1.10.2 -> 1.10.3
2020-05-09 20:09:27 +01:00
Dmitry Kalinkin
e80302dc7d
Merge pull request #86142 from bcdarwin/itk-5.1.0
...
Itk: 5.0.1 -> 5.1.0
2020-05-09 15:03:28 -04:00
Dmitry Kalinkin
8ceef190c1
Merge pull request #78352 from winpat/add_pxview
...
pxview: init at 0.2.5
2020-05-09 15:02:24 -04:00
Andrew Childs
d91d2bdf77
compiler-rt: fix build on armv7l
2020-05-10 03:50:38 +09:00
Benjamin Hipple
ecef2975e3
python3Packages.pytorch: reference dnnl by new name oneDNN
2020-05-09 14:46:40 -04:00
Matthew Bauer
2a8d05627b
build-bazel-package: switch hash mode to “flat”
...
flat hashes can be substituted through hashed-mirrors, while recursive
hashes can’t. This is especially important for Bazel since the bazel
fetch dependencies can come from multiple different methods (git,
http, ftp, etc.). To do this, we create tar archives from the
output/external directory, which is then extracted to build. All of
the Bazel hashes are all updated.
2020-05-09 13:33:26 -05:00
Benjamin Hipple
47105a1689
python3Packages.ignite: 0.2.1 -> 0.3.0
2020-05-09 13:58:21 -04:00
Benjamin Hipple
fb5bb25c10
python3Packages.pytorch: fixup builds with MKL
...
- Pass `blas.provider` into `buildInputs`, so that CMake can find the actual
`mkl` for inspection of its cmake files and headers.
- Add `USE_MKL` correctly when the blas provider is `mkl`.
- Use the MKLDNN and MKLDNN_CBLAS flags by default, since `mkldnn` is FOSS and
always available..
- Remove a patch for MKL 2019, since we've moved to 2020.
- Add a pythonImportsCheck for "torch" as a basic sanity-check
- Removed some unused variables at the top of the file
2020-05-09 13:30:54 -04:00
Sam Stites
cc245fdcd5
pytorch: 1.2.0 -> 1.4.1
...
Co-authored-by: Benjamin Hipple <bhipple@protonmail.com>
2020-05-09 13:30:54 -04:00
R. RyanTM
13e733830e
python27Packages.twilio: 6.35.1 -> 6.39.0
2020-05-09 17:24:02 +00:00
talyz
2f612756f0
arcanist: Fix on darwin
...
With recent work done on the PHP packaging, the PHP executable is by
default a wrapper script. Darwin doesn't like scripts in the shebang
of another script, so we have to wrap arcanist, feeding the script as
an argument to PHP instead. See #86881 and #23018 .
2020-05-09 18:54:40 +02:00
Florian Klink
5f7c449741
Merge pull request #87273 from blitz/open-watcom
...
virtualbox: Fix build issue due to open-watcom-bin
2020-05-09 17:32:07 +02:00
adisbladis
2e69f8977d
Merge pull request #87138 from lukegb/fix-php
...
php: correctly set outputsToInstall after withExtensions.
2020-05-09 15:40:35 +02:00
Jörg Thalheim
c979f814d2
Merge pull request #87384 from r-ryantm/auto-update/python2.7-pyroute2
...
python27Packages.pyroute2: 0.5.11 -> 0.5.12
2020-05-09 14:16:10 +01:00
R. RyanTM
9e0ab6dcb3
python27Packages.pyroute2: 0.5.11 -> 0.5.12
2020-05-09 12:46:09 +00:00
Robin Gloster
f1f0e82c50
privacyidea: address reviews
2020-05-09 12:11:44 +02:00
Jörg Thalheim
887295fd2d
treewide: remove the-kenny from maintainers
...
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
Frederik Rietdijk
d7cca0f356
Merge master into staging-next
2020-05-09 11:12:29 +02:00
R. RyanTM
b1f802994e
python27Packages.pycontracts: 1.8.12 -> 1.8.14
2020-05-09 11:11:18 +02:00
adisbladis
a34175ba56
Merge pull request #87205 from tbenst/imagecodecs-pkgs
...
libaec: init at 1.0.4; zopfli: include all headers
2020-05-09 10:14:59 +02:00
R. RyanTM
82d2736d07
python27Packages.hdbscan: 0.8.25 -> 0.8.26
2020-05-09 09:50:23 +02:00
Tom McLaughlin
d963bf30f5
python-language-server: init at 2020-04-24
2020-05-09 09:41:14 +02:00
R. RyanTM
8007a72a80
python27Packages.latexcodec: 1.0.7 -> 2.0.0
2020-05-09 07:39:20 +00:00
R. RyanTM
f3452bf2c5
python27Packages.h2: 3.1.1 -> 3.2.0
2020-05-09 07:25:08 +00:00
R. RyanTM
b6f9567bbf
python37Packages.elementpath: 1.4.3 -> 1.4.4
2020-05-09 09:03:48 +02:00
R. RyanTM
d4e3ca31f8
lasso: 2.6.0 -> 2.6.1
2020-05-09 09:00:37 +02:00
R. RyanTM
0d3871cb82
python27Packages.dash-core-components: 1.9.0 -> 1.9.1
2020-05-09 08:59:37 +02:00
R. RyanTM
1f034f5853
cutelyst: 2.9.0 -> 2.10.0
2020-05-09 08:59:00 +02:00
R. RyanTM
d1d98122f8
liblcf: 0.6.1 -> 0.6.2
2020-05-09 08:57:54 +02:00
Frederik Rietdijk
289f4e5375
Merge pull request #86909 from r-ryantm/auto-update/gmime
...
gmime3: 3.2.6 -> 3.2.7
2020-05-09 08:55:50 +02:00
R. RyanTM
72144bcc53
smarty3: 3.1.35 -> 3.1.36
2020-05-09 08:51:30 +02:00
R. RyanTM
945eb11b02
python27Packages.hg-evolve: 9.3.0 -> 9.3.1
2020-05-09 08:51:09 +02:00
R. RyanTM
1b888841bb
python27Packages.identify: 1.4.13 -> 1.4.15
2020-05-09 08:50:49 +02:00
R. RyanTM
e5457dacfa
python37Packages.astropy: 4.0 -> 4.0.1.post1
2020-05-09 08:50:29 +02:00
R. RyanTM
8cab672e54
python27Packages.cvxopt: 1.2.4 -> 1.2.5
2020-05-09 08:50:13 +02:00
R. RyanTM
5c69f95fdb
python27Packages.icalendar: 4.0.5 -> 4.0.6
2020-05-09 08:49:29 +02:00
R. RyanTM
67d62443d1
python27Packages.jsonrpclib-pelix: 0.4.0 -> 0.4.1
2020-05-09 08:49:09 +02:00
R. RyanTM
7eeca690a5
python37Packages.gensim: 3.8.2 -> 3.8.3
2020-05-09 08:48:47 +02:00
R. RyanTM
961be04dad
python37Packages.goocalendar: 0.7.0 -> 0.7.1
2020-05-09 08:48:27 +02:00
R. RyanTM
f015ffc413
python27Packages.guessit: 3.1.0 -> 3.1.1
2020-05-09 08:48:07 +02:00
R. RyanTM
73d477bc51
python27Packages.feedgenerator: 1.9 -> 1.9.1
2020-05-09 08:47:54 +02:00
R. RyanTM
f79f493200
python27Packages.deprecated: 1.2.8 -> 1.2.9
2020-05-09 08:47:28 +02:00
R. RyanTM
4427124b09
python37Packages.immutables: 0.11 -> 0.12
2020-05-09 08:47:13 +02:00
R. RyanTM
523060e57f
python27Packages.hvac: 0.10.0 -> 0.10.1
2020-05-09 08:46:59 +02:00
R. RyanTM
bab9c16aa2
python27Packages.flask_wtf: 0.14.2 -> 0.14.3
2020-05-09 06:08:58 +00:00
Cyril Cohen
8d05e53561
Coq: refactoring of mathcomp packages ( #86088 )
...
- fixed bignum version
- fixed coq-bits version
- fixed coqprime version
- fixed mathcomp and mathcomp extra packages
(reworked building scheme and removed unused ssreflect directory)
- giving the user access to function filterCoqPackages, because overrideScope' does not re-apply it.
2020-05-09 07:47:47 +02:00
R. RyanTM
a4c43d9d59
python27Packages.flask-httpauth: 3.3.0 -> 4.0.0
2020-05-09 05:14:38 +00:00
R. RyanTM
65d33d6ea5
python27Packages.eve: 1.0 -> 1.1
2020-05-09 04:54:15 +00:00
tbenst
d35bcbb4ae
libaec: init at 1.0.4
2020-05-08 19:42:36 -07:00
R. RyanTM
dfc492da92
python27Packages.ConfigArgParse: 1.0 -> 1.2.3
2020-05-08 18:11:47 -07:00
R. RyanTM
90af984328
python27Packages.ajpy: 0.0.4 -> 0.0.5
2020-05-08 18:11:31 -07:00
Jon
b7f0e6d9b9
Merge pull request #87307 from r-ryantm/auto-update/python3.7-hstspreload
...
python37Packages.hstspreload: 2020.3.31 -> 2020.5.5
2020-05-08 18:09:36 -07:00
R. RyanTM
43ae1a86ab
python27Packages.grequests: 0.4.0 -> 0.6.0
2020-05-08 18:09:26 -07:00
R. RyanTM
7f09f82c40
python27Packages.javaproperties: 0.5.2 -> 0.7.0
2020-05-08 18:08:54 -07:00
R. RyanTM
9f2ff031d3
python37Packages.hstspreload: 2020.3.31 -> 2020.5.5
2020-05-08 23:15:41 +00:00
zimbatm
5cb26d71a7
mdsh: 0.4.0 -> 0.5.0
2020-05-08 23:25:31 +02:00
Vladyslav M
d72ba9143d
Merge pull request #87211 from r-ryantm/auto-update/jflex
2020-05-08 23:22:09 +03:00
Peter Simons
2a60d72465
haskell-hlint: drop obsolete override for ghc-8.10.x
2020-05-08 21:11:47 +02:00
Peter Simons
7a10ebe361
haskell-pantry: apply upstream patch to fix the build with ghc-8.10.x
2020-05-08 21:11:47 +02:00
Peter Simons
96ca16d0d8
haskell-dbus: drop obsolete patches for ghc-8.10.x support
2020-05-08 21:11:47 +02:00
Peter Simons
ccb81f56cf
haskell: tune generic-builder for more parallel build performance
...
Raise the maximum number of cores used for parallel building from 4 to 16.
Increase the size of the allocation area for GHC's garbage collector from 1 MiB
to 64 MiB.
See https://www.twitch.tv/videos/611899011 for the motivation for this change.
2020-05-08 21:11:47 +02:00
Peter Simons
0d9dbeef23
git-annex: update sha256 hash for new version 8.20200501
2020-05-08 21:11:47 +02:00
Gabor Greif
d4d7223eb0
Nail a few typos
2020-05-08 21:11:46 +02:00
Gabor Greif
dec283b463
ghcHEAD: 20200403 -> 20200505
2020-05-08 21:11:46 +02:00
Malte Brandy
4f0200a3fc
haskellPackages.hlint: Fix build
...
hlint 3.0 is shiny and new and is very picky in its dependencies.
2020-05-08 21:11:46 +02:00
Malte Brandy
ba3ab23b4b
haskellPackages.releaser: Remove broken flag
...
As of releaser 3.0.0 the build does not fail anymore.
2020-05-08 21:11:46 +02:00
Peter Simons
33e0240b39
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.3-1-gb7c82db from Hackage revision
78f6cea7ff
.
2020-05-08 21:11:37 +02:00
Malte Brandy
5266ceb263
haskellPackages.ghcide: Fix ghcide and hie-bios
...
This is the haskell-updates version of #86659
2020-05-08 21:11:36 +02:00
Peter Simons
5e242060a7
hackage2nix: update the list of failing builds
2020-05-08 21:11:36 +02:00
Peter Simons
df39f01456
LTS Haskell 15.11
2020-05-08 21:11:19 +02:00
Peter Simons
01a1423ddf
Merge pull request #87050 from rardiol/hedgewars
...
Hedgewars server fix haskell
2020-05-08 21:03:56 +02:00
Ryan Mulligan
329aece2d5
Merge pull request #87276 from r-ryantm/auto-update/petsc
...
petsc: 3.13.0 -> 3.13.1
2020-05-08 09:42:57 -07:00
Kovacsics Robert
1e463bd602
libfive: 2018-07-01 -> 2020-02-15
...
Use proper Qt bindings (#65399 ). Note, current version didn't work for
me, new version does.
The libfive library is licensed under MPL 2.0, while the libfive-guile
and libfive-studio are under GPL 2+
Superseeds #66128
2020-05-08 17:35:56 +01:00
Pamplemousse
bf7332d0f3
ptags: init at 0.3.2
2020-05-08 09:35:53 -07:00
Thomas Desrosiers
05bcfa1820
safety-cli: init at 0.5.1
2020-05-08 09:23:18 -07:00
Thomas Desrosiers
b6b2b3c979
python3Packages.dparse: init at 0.5.1
2020-05-08 09:23:18 -07:00
Yury G. Kudryashov
92b43be92a
python3Packages.qtconsole: fix compile
...
It now depends on `qtpy`.
2020-05-08 09:22:44 -07:00
Mario Rodas
c831d1afc5
pythonPackages.internetarchive: add marsam to maintainers
2020-05-08 09:19:35 -07:00
Mario Rodas
8c1a2c154d
pythonPackages.internetarchive: 1.9.0 -> 1.9.3
2020-05-08 09:19:35 -07:00
R. RyanTM
c0e63bc87e
petsc: 3.13.0 -> 3.13.1
2020-05-08 15:57:25 +00:00
Julian Stecklina
3dbb32f626
open-watcom-bin: fix EOVERFLOW on stat() calls
...
We've already worked around failing stat() calls in the installer by
running it in qemu-user. Turns out on some systems this workaround is
also needed to run `wlib', the archiver of the Open Watcom toolchain.
This issue manifested itself in broken VirtualBox builds due to
/build/virtualbox/out/linux.amd64/dbgopt/obj/VBoxPcBios32/pci32.obj
not being found by `wlib'.
We now just wrap all binaries in qemu-user to avoid this.
2020-05-08 17:29:38 +02:00
Emily
4cad49dc1a
python3Packages.PyGithub: 1.47 -> 1.51
2020-05-08 15:49:34 +01:00
Pavol Rusnak
6abf4a43ad
treewide: per RFC45, remove more unquoted URLs
2020-05-08 15:20:47 +02:00
Ryan Mulligan
c15434eefa
Merge pull request #87149 from r-ryantm/auto-update/libspiro
...
libspiro: 20190731 -> 20200505
2020-05-08 05:44:28 -07:00
Mario Rodas
e8c9a804c0
Merge pull request #86738 from Atemu/jc-1.10.7
...
Jc 1.9.3 -> 1.10.7
2020-05-08 07:01:48 -05:00
Mario Rodas
a8b66126e5
Merge pull request #87248 from r-ryantm/auto-update/mercury
...
mercury: 20.01.1 -> 20.01.2
2020-05-08 06:16:28 -05:00
Mario Rodas
fb644e5d48
Merge pull request #87241 from marsam/update-reviewdog
...
reviewdog: 0.9.17 -> 0.10.0
2020-05-08 05:54:06 -05:00
Max Wittig
73e20c730d
gitlab-runner: 12.10.1 -> 12.10.2 ( #87245 )
2020-05-08 10:01:33 +00:00
R. RyanTM
c6c417fb9e
mercury: 20.01.1 -> 20.01.2
2020-05-08 08:11:38 +00:00
Oleksii Filonenko
7edd5a82e8
gleam: 0.8.0-rc1 -> 0.8.0
2020-05-08 07:50:24 +00:00
Vladimír Čunát
da59984d36
gcc10, gfortran10, gnat10: init at 10.1.0
...
Everything is copied as-is from 9 (except version and hash).
Some platform-specific patches might not apply anymore;
I'm lazily leaving that for the community to fix.
2020-05-08 07:49:35 +02:00
Ben Darwin
d78ba41a56
python3Packages.ipydatawidgets: init at 4.0.1
2020-05-08 07:43:25 +02:00
Ben Darwin
7ecde8b92b
python3Packages.traittypes: init at unstable-2019-06-23
2020-05-08 07:43:25 +02:00
Andrew Miloradovsky
7397d8421e
coq-zorns-lemma: 8.9.0 -> 8.11.0
2020-05-08 07:40:32 +02:00
Timo Kaufmann
236fdbcb62
Revert "python3Packages.notebook: 5.7.8 -> 6.0.3"
...
This reverts commit 62425ee576
.
Mistaken update of the pinned python2 version.
2020-05-08 07:22:16 +02:00
Timo Kaufmann
ffa08af5c2
Revert "python3Packages.nbformat: 4.4.0 -> 5.0.4"
...
This reverts commit 7ba0848eec
.
Mistaken update of the pinned python2 version.
2020-05-08 07:22:16 +02:00
Timo Kaufmann
1b8ceee71c
python2.pkgs.jupyter_client: pin at 5.x
...
Version 6.x dropped python2 compatibility.
2020-05-08 07:22:16 +02:00
Timo Kaufmann
863319fcb6
python.pkgs.ipykernel: 5.1.4 -> 5.2.1
...
A newer version is needed to fix the build after the recent
jupyter_client 6.x update in e19e5ac7f0
.
2020-05-08 07:06:08 +02:00
R. RyanTM
bb86ccfd67
help2man: 1.47.13 -> 1.47.15
2020-05-08 07:04:01 +02:00
R. RyanTM
cf07c58d5d
libgdiplus: 6.0.4 -> 6.0.5
2020-05-08 07:03:31 +02:00
R. RyanTM
2a44a01c04
libgsf: 1.14.46 -> 1.14.47
2020-05-08 07:03:08 +02:00
R. RyanTM
1b91ce4ee6
lv2: 1.16.0 -> 1.18.0
2020-05-08 07:02:45 +02:00
R. RyanTM
6ddc6c21bc
libqmi: 1.24.6 -> 1.24.10
2020-05-08 07:02:25 +02:00
Mario Rodas
e5424c294d
reviewdog: 0.9.17 -> 0.10.0
2020-05-08 00:00:00 -05:00
R. RyanTM
018ab3e0b8
libsass: 3.6.3 -> 3.6.4
2020-05-08 07:00:00 +02:00
R. RyanTM
67d0b9a266
libuninameslist: 20200313 -> 20200413
2020-05-08 06:57:54 +02:00
R. RyanTM
27752d41e6
cmake: 3.17.0 -> 3.17.2
2020-05-08 06:56:59 +02:00
R. RyanTM
b6e2d80a3d
libinput: 1.15.4 -> 1.15.5
2020-05-08 06:53:50 +02:00
R. RyanTM
3350c080e2
libuv: 1.35.0 -> 1.37.0
2020-05-08 06:53:29 +02:00
Benjamin Hipple
706642091e
mkl: include symlinks to versioned libblas.so.3 names
...
Some build systems look for this specifically.
2020-05-08 06:52:02 +02:00
Jonathan Ringer
c1e605dd6b
openblas: also export unversioned libraries for linux
2020-05-08 06:52:02 +02:00
Sheena Artrip
ea56589e2c
libiberty: use pname
2020-05-08 06:50:50 +02:00
Matthew Bauer
8bdb2a058e
numpy: set lapack, blas sections
...
When using netlib lapack/blas, the section name doesn’t match what
numpy expects. So we need to add extra sections for both so that the
right directory is found. The original “blas.implementation” section
may not actually be still required, but it is still a good idea so
that numpy know whether to apply any blas-implementation specific
quirks.
Fixes #86613
2020-05-08 06:47:30 +02:00
Frederik Rietdijk
bc48203b98
Merge staging-next into staging
2020-05-08 06:46:14 +02:00
Jan Tojnar
88c071e248
Merge pull request #87208 from r-ryantm/auto-update/gsettings-desktop-schemas
2020-05-08 06:39:03 +02:00
Maximilian Bosch
ee032804f8
cargo-make: 0.30.6 -> 0.30.7
...
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.7
2020-05-08 00:00:24 +02:00
talyz
1771d468c4
ocamlPackages.gapi-ocaml: 0.3.6 -> 0.3.19
2020-05-07 22:29:52 +02:00
Léo Gaspard
5a15cb9980
Merge pull request #87141 from eadwu/wabt/wasm2c-headers
...
wabt: include header files
2020-05-07 21:51:58 +02:00
R. RyanTM
bac29d647f
jflex: 1.8.1 -> 1.8.2
2020-05-07 19:15:07 +00:00
R. RyanTM
211c4fb5b4
glib-networking: 2.64.1 -> 2.64.2 ( #86888 )
2020-05-07 20:41:52 +02:00
Ben Darwin
81be227423
python3Packages.heudiconv: init at 0.8.0 ( #86984 )
...
* python3Packages.heudiconv: init at 0.8.0
*python3Packages.heudiconv: rfc 45, quote homepage
Co-authored-by: Jon <jonringer@users.noreply.github.com>
2020-05-07 11:30:16 -07:00
R. RyanTM
53de71be2c
postman: 7.21.2 -> 7.23.0
2020-05-07 11:22:30 -07:00
R. RyanTM
dd205c9f49
cpp-utilities: 5.3.0 -> 5.4.0
2020-05-07 11:21:29 -07:00
R. RyanTM
c2569d0a9c
libamqpcpp: 4.1.6 -> 4.1.7
2020-05-07 11:19:07 -07:00
Florian
87927e9b60
python-miio: 0.4.8 -> 0.5.0.1
2020-05-07 11:17:56 -07:00
R. RyanTM
bfbd769105
gsettings-desktop-schemas: 3.36.0 -> 3.36.1
2020-05-07 18:14:12 +00:00
Timo Kaufmann
bbb8132790
Merge pull request #80206 from Thra11/guile-gnutls
...
gnutls: fix guile bindings
2020-05-07 18:01:32 +00:00
Vladimír Čunát
fcc68a43aa
Merge branch 'staging-next'
...
The nss update is needed for security update of firefox.
For linux platforms only about 1k aarch64 rebuilds are missing;
the diff on Hydra looks OK. Darwin needs 20k more rebuilds,
but I don't think we want to wait for that.
2020-05-07 19:56:25 +02:00
Edmund Wu
436c1540bd
wabt: include necessary build files for wasm2c
2020-05-07 13:03:48 -04:00
Matt McHenry
54af710269
openjdk: 13.0.2 -> 14.0.1
2020-05-07 18:18:32 +02:00
Matt McHenry
7b7cb7b876
openjdk 12: fix possibly-unbound JAVA_HOME
...
as done in 373236ccff
for all other uses
2020-05-07 18:18:32 +02:00
Ryan Mulligan
20fccce6e6
Merge pull request #87038 from tviti/patch-nco
...
nco: Patch hardcoded paths cp and mv
2020-05-07 07:22:55 -07:00
José Romildo Malaquias
9e1975bebd
Merge pull request #86519 from romildo/upd.efl
...
enlightenment.efl: 1.23.3 -> 1.24.0; new test module
2020-05-07 10:52:52 -03:00
Ryan Mulligan
4130132946
Merge pull request #86997 from mweinelt/pr/wolfssl
...
wolfssl: v4.3.0 → v4.4.0
2020-05-07 06:35:37 -07:00
Mario Rodas
a340a9f4d8
Merge pull request #86755 from andersk/abseil-ortools
...
abseil-cpp: 20191119 -> 20200225.2; or-tools: 7.5 -> 7.6
2020-05-07 06:53:54 -05:00
Graham Christensen
fb587d7bb5
Merge pull request #85445 from manveru/crystal-all-llvm
...
crystal: use llvm 10 exclusively
2020-05-07 07:49:03 -04:00
Michele Guerini Rocco
de0462276b
Merge pull request #87161 from r-ryantm/auto-update/vapoursynth-mvtools
...
vapoursynth-mvtools: 21 -> 22
2020-05-07 13:35:20 +02:00
Graham Christensen
c2d814880a
Merge pull request #86969 from prusnak/wxsqlite
...
wxsqlite3: 3.3.1 -> 4.5.1
2020-05-07 07:11:42 -04:00
Jörg Thalheim
2ba5a5f000
Merge pull request #87170 from Tomahna/scalafmt
2020-05-07 10:46:29 +01:00
Jörg Thalheim
05aa39eb01
Merge pull request #87109 from B4dM4n/jshon-update
...
jshon: 20160111.2 -> 20170302 + musl build
2020-05-07 10:04:01 +01:00
Kevin Rauscher
e7d5b48e21
scalafmt: 2.5.0 -> 2.5.1
2020-05-07 09:57:54 +02:00
Fabian Möller
3cd6970658
jshon: fix musl build
2020-05-07 09:43:35 +02:00
R. RyanTM
8ccf194370
openfst: 1.7.4 -> 1.7.6
2020-05-06 23:24:36 -07:00
R. RyanTM
9be92a964a
mujs: 1.0.6 -> 1.0.7
2020-05-06 23:22:01 -07:00
R. RyanTM
9ffd5507e1
ldb: 2.1.1 -> 2.1.2
2020-05-06 23:21:13 -07:00
R. RyanTM
00f66e1bf4
libsolv: 0.7.11 -> 0.7.13
2020-05-06 23:19:52 -07:00
R. RyanTM
12372adc21
librelp: 1.5.0 -> 1.6.0
2020-05-06 23:18:21 -07:00
R. RyanTM
004b30e592
nuspell: 3.1.0 -> 3.1.1
2020-05-06 23:09:14 -07:00
R. RyanTM
15b922f4e3
vapoursynth-mvtools: 21 -> 22
2020-05-07 03:40:43 +00:00
Mario Rodas
90888c3cab
Merge pull request #87103 from filalex77/tokei-11.1.1
...
tokei: 11.1.0 -> 11.1.1
2020-05-06 21:03:40 -05:00
Rok Garbas
07bf31fecd
Merge pull request #86667 from brainrape/patch-5
...
makeDotElm: fix
2020-05-07 03:36:59 +02:00
Mario Rodas
efd676ad34
Merge pull request #87133 from r-ryantm/auto-update/flow
...
flow: 0.123.0 -> 0.124.0
2020-05-06 18:07:37 -05:00
R. RyanTM
96908213c0
libspiro: 20190731 -> 20200505
2020-05-06 22:16:22 +00:00
Maximilian Bosch
01539e6f9a
cargo-deny: 0.6.6 -> 0.6.7
...
https://github.com/EmbarkStudios/cargo-deny/releases/tag/0.6.7
2020-05-06 23:50:37 +02:00
Luke Granger-Brown
c13df548a3
php: override outputsToInstall when using withExtensions
...
At the moment, using .withExtensions on a PHP derivation will
produce something which can't be used inside an
environment.systemPackages array, because outputsToInstall refers
to an output which doesn't exist on the final derivation.
Instead, override it back to just containing the single output
"out".
2020-05-06 21:44:27 +01:00
Ben Darwin
34807336e8
python3Packages.dicom2nifti: init at 2.2.8
2020-05-06 13:36:03 -07:00
Maximilian Bosch
222196b9d6
Merge pull request #86733 from r-ryantm/auto-update/sbt
...
sbt: 1.3.9 -> 1.3.10
2020-05-06 22:29:27 +02:00
Jan Tojnar
a0c2484d0e
Merge pull request #87082 from r-ryantm/auto-update/poppler-glib
2020-05-06 22:14:39 +02:00
R. RyanTM
bc983a2bdb
flow: 0.123.0 -> 0.124.0
2020-05-06 19:47:10 +00:00
R. RyanTM
fc11d3beaa
librsvg: 2.48.2 -> 2.48.4 ( #86996 )
2020-05-06 21:00:50 +02:00
Fabian Möller
f2b1359848
jshon: 20160111.2 -> 20170302
2020-05-06 20:31:27 +02:00
R. RyanTM
10b04f5b1f
libtorrentRasterbar: 1.2.5 -> 1.2.6
2020-05-06 11:24:28 -07:00
R. RyanTM
e5840049e1
libmysqlconnectorcpp: 8.0.19 -> 8.0.20
2020-05-06 11:20:15 -07:00
Drew Risinger
4454ca488c
conan: 1.24.0 -> 1.25.0
2020-05-06 11:14:32 -07:00
Tor Hedin Brønner
01a3fa470c
Merge pull request #86661 from hedning/gnome-3.36.2
...
Gnome 3.36.2
2020-05-06 19:43:38 +02:00
Cody Allen
f03e686f01
metals: 0.8.4 -> 0.9.0
2020-05-06 10:33:48 -07:00
Benjamin Hipple
0a169d1fd1
python27Packages.watchdog: 0.9.0 -> 0.10.2
2020-05-06 10:26:48 -07:00
R. RyanTM
f6eb78110e
python37Packages.cmd2: 1.0.1 -> 1.0.2
2020-05-06 10:22:10 -07:00
R. RyanTM
446af47e7f
python27Packages.cftime: 1.0.4.2 -> 1.1.2
2020-05-06 10:09:39 -07:00
R. RyanTM
abd57f28bf
python27Packages.bitstruct: 8.8.1 -> 8.10.0
2020-05-06 10:01:58 -07:00
R. RyanTM
0663a984e7
python27Packages.EasyProcess: 0.2.8 -> 0.2.10
2020-05-06 10:00:50 -07:00
R. RyanTM
d90344dacb
python27Packages.filetype: 1.0.6 -> 1.0.7
2020-05-06 09:57:57 -07:00
R. RyanTM
e76a81f19c
python37Packages.aiohttp-socks: 0.3.7 -> 0.3.9
2020-05-06 09:48:11 -07:00
Ben Darwin
4e2322ae7a
python3Packages.neo: init at 0.8.0
2020-05-06 09:47:34 -07:00
R. RyanTM
2e519d1c68
python37Packages.ezdxf: 0.11 -> 0.12
2020-05-06 09:46:37 -07:00
Drew Risinger
cae48ccad3
conan: unbreak with deprecation>=2.1
2020-05-06 09:46:18 -07:00
Drew Risinger
b87b654bdf
pythonPackages.deprecation: 2.0.7 -> 2.1.0
2020-05-06 09:46:18 -07:00
Jörg Thalheim
d3a972ddb2
Merge pull request #87111 from B4dM4n/gnutls-musl
2020-05-06 17:06:02 +01:00
markuskowa
e231564fc4
Merge pull request #85839 from bhipple/u/dnnl-oneDNN
...
dnnl: rename to oneDNN to track upstream project rename
2020-05-06 17:38:12 +02:00
Fabian Möller
0665c8776a
gnutls: fix musl build
...
`musl` produces a different output than `glibc` during some tests, which
let's them fail.
Using `getpass(3)` under `musl` when `stdin` is not a tty omits the
prompt, which the `certtool` test expects to find.
See https://gitlab.com/gnutls/gnutls/-/issues/945
2020-05-06 17:37:55 +02:00
Michael Raskin
52e113af20
Merge pull request #87002 from r-ryantm/auto-update/libsecret
...
libsecret: 0.20.2 -> 0.20.3
2020-05-06 15:13:14 +00:00
Michael Raskin
7ce657a4c8
Merge pull request #86890 from r-ryantm/auto-update/glibmm
...
glibmm: 2.62.0 -> 2.64.2
2020-05-06 15:11:52 +00:00
Michael Raskin
350976e6de
Merge pull request #87074 from r-ryantm/auto-update/pangomm
...
pangomm: 2.42.0 -> 2.42.1
2020-05-06 15:11:26 +00:00
Michael Raskin
1eadc33e87
Merge pull request #86924 from r-ryantm/auto-update/gl2ps
...
gl2ps: 1.4.1 -> 1.4.2
2020-05-06 14:48:19 +00:00
Frederik Rietdijk
6b889a6e52
python3Packages.mortgage: init at 1.0.5
2020-05-06 16:42:04 +02:00
Jörg Thalheim
b737f2535e
Merge pull request #87097 from stigtsp/package/rakudo-2020.05
...
rakudo: 2020.02.1 -> 2020.05
2020-05-06 15:32:29 +01:00
Oleksii Filonenko
22c5473ff0
tokei: 11.1.0 -> 11.1.1
2020-05-06 13:52:10 +00:00
Michael Raskin
1a18a33b2d
Merge pull request #86837 from rby/fix/lisp-modules
...
quicklisp-to-nix: fix missing '&&' after test command
2020-05-06 13:46:08 +00:00
Stig Palmquist
cc1a17145e
rakudo: 2020.02.1 -> 2020.05
...
dependencies:
moarvm: 2020.02.1 -> 2020.05
nqp: 2020.02.1 -> 2020.05
2020-05-06 15:20:57 +02:00
Michael Raskin
803a829e6c
Merge pull request #86976 from r-ryantm/auto-update/lazarus
...
lazarus: 2.0.6 -> 2.0.8
2020-05-06 13:18:37 +00:00
Marcus Boyd
026073e57e
python3Packages.spyder_3: remove broken application
...
Previously this had makeDesktopItem defined in it. Some recent tests
enabled for this option made it fail. It's no longer used as an
application (see the main spyder attribute for that), so all application
aspects have been removed.
2020-05-06 14:44:10 +02:00
R. RyanTM
410c9edbec
poppler: 0.87.0 -> 0.88.0
2020-05-06 11:33:23 +00:00
R. RyanTM
89c0f86b9f
pangomm: 2.42.0 -> 2.42.1
2020-05-06 10:05:28 +00:00
Wout Mertens
0e32be928d
Merge pull request #86972 from r-ryantm/auto-update/libdvdread
...
libdvdread: 6.1.0 -> 6.1.1
2020-05-06 10:29:34 +02:00
Ben Darwin
d737f310ff
ocamlPackages.owl: unbreak by reversing previous edits
...
- package was broken by 1c8aba83
(#83888 )
- fixes #85915
2020-05-06 09:21:58 +02:00
Mario Rodas
d7f63096f6
Merge pull request #87060 from vdemeester/update-buildkit
...
buildkit: 0.6.3 -> 0.7.1
2020-05-06 02:12:47 -05:00
adisbladis
d7c358645e
Merge pull request #86988 from adisbladis/poetry2nix-1_8_0
...
poetry2nix: 1.7.1 -> 1.8.0
2020-05-06 09:04:51 +02:00
Jörg Thalheim
f1eef414d1
Merge pull request #80655 from hlolli/release/fix-lumo
2020-05-06 07:42:32 +01:00
Vladimír Čunát
2ba59c0f8e
Revert "gst_all_1.gst-plugins-bad: fix build after opencv4 update"
...
This reverts commit 1906fc5bd1
.
After 18a6a778
it isn't needed anymore.
2020-05-06 08:40:19 +02:00
Vladimír Čunát
e8d3c1579b
Merge branch 'staging' into staging-next
2020-05-06 08:22:27 +02:00
Vladimír Čunát
54eb2d1018
Merge branch 'staging-next'
...
Status on Hydra for linuxes seems good enough:
https://hydra.nixos.org/eval/1585703?filter=linux&compare=1585482&full=#tabs-now-fail
2020-05-06 08:20:05 +02:00
Vincent Demeester
82f63e8728
buildkit: 0.6.3 -> 0.7.1
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2020-05-06 07:58:13 +02:00
Vladimír Čunát
1906fc5bd1
gst_all_1.gst-plugins-bad: fix build after opencv4 update
...
/cc #85879
2020-05-06 07:39:10 +02:00
R. RyanTM
5f14d99efe
intel-media-sdk: 20.1.0 -> 20.1.1
2020-05-06 00:35:29 -04:00
Ricardo Ardissone
834eb1729b
haskellPackages.network_2_6_3_1: enable dontCheck
2020-05-06 01:14:06 -03:00
R. RyanTM
defdda6f93
faudio: 20.04 -> 20.05
2020-05-05 19:51:39 -07:00
Justin Gerhardt
840b5bf6ba
pythonPackages.powerline: Added file binding
2020-05-05 19:11:06 -07:00
R. RyanTM
51472a9606
kubectx: 0.8.0 -> 0.9.0
2020-05-05 19:08:17 -07:00
R. RyanTM
0d53bfed34
omnisharp-roslyn: 1.34.15 -> 1.35.0
2020-05-05 19:02:41 -07:00
R. RyanTM
989787210f
mill: 0.6.1 -> 0.6.2
2020-05-05 19:02:36 -07:00
R. RyanTM
6426943652
libgnurl: 7.69.1 -> 7.70.0
2020-05-05 18:50:32 -07:00
R. RyanTM
89aadedd32
hopper: 4.5.22 -> 4.5.25
2020-05-05 18:49:53 -07:00
Taylor Viti
5377640490
nco: Patch hardcoded paths cp and mv
...
Commit b83ed3efe81525302469a3052982f41393a616e0 in the nco source
repo, hard-coded the paths to cp and mv, so as to point to their FHS
locations, which resulted in ncrename throwing a "file not found"
error when invoked outside of an FHS sandbox.
This nixpkgs commit patches the src/nco_fl_utl.c to instead point the
associated nixpkgs.coreutils locations. The hard-coded paths actually
occur in a number of other locations, but this is enough to quash the
error w/ ncrename (and presumably the other CLI nco tooling, although
this isn't tested).
2020-05-05 15:22:12 -10:00
Mario Rodas
dad6b0e1b3
Merge pull request #87024 from marsam/update-nodejs-14_x
...
nodejs-14_x: 14.1.0 -> 14.2.0
2020-05-05 20:19:22 -05:00
Mario Rodas
00a153f4df
Merge pull request #86827 from r-ryantm/auto-update/bmake
...
bmake: 20200318 -> 20200402
2020-05-05 20:17:20 -05:00
Mario Rodas
abdcdad523
Merge pull request #86950 from vdemeester/update-golangci-lint
...
golangci-lint: 1.25.1 -> 1.26.0
2020-05-05 20:12:23 -05:00
Mario Rodas
4dc30731f3
Merge pull request #86814 from r-ryantm/auto-update/closure-compiler
...
closurecompiler: 20200315 -> 20200406
2020-05-05 19:06:52 -05:00
Jan Tojnar
ea38cf9d96
Merge pull request #87017 from jtojnar/fwupd-1.4.1
2020-05-06 01:20:16 +02:00
Mario Rodas
5d08c567d9
nodejs-14_x: 14.1.0 -> 14.2.0
...
Changelog: https://github.com/nodejs/node/releases/tag/v14.2.0
2020-05-05 18:18:18 -05:00
Jonathan Ringer
d8f894d9ae
pythonPackages.pymssql: remove
...
has been abandoned upstream.
https://github.com/pymssql/pymssql
2020-05-05 15:58:40 -07:00
Jan Tojnar
a6cd07ceaa
libjcat: 0.1.1 → 0.1.2
...
1a509ac60b
2020-05-06 00:15:03 +02:00
R. RyanTM
0efebee8a6
librealsense: 2.33.1 -> 2.34.0
2020-05-05 21:48:28 +00:00
R. RyanTM
c528e11e7f
rdkafka: 1.3.0 -> 1.4.0
2020-05-05 17:23:39 -04:00
Timo Kaufmann
7ae4bd1f99
Merge pull request #86962 from Mic92/rl-coach
...
python3.pkgs.rl-coach: mark as broken
2020-05-05 21:20:38 +00:00
R. RyanTM
41e53b67c3
libsecret: 0.20.2 -> 0.20.3
2020-05-05 21:18:46 +00:00
Martin Weinelt
6baa4e74bf
wolfssl: v4.3.0 → v4.4.0
...
Fixes: CVE-2020-11713
2020-05-05 23:02:44 +02:00
Maximilian Bosch
19d2c0601b
wabt: 1.0.13 -> 1.0.14
...
https://github.com/WebAssembly/wabt/releases/tag/1.0.14
2020-05-05 22:39:39 +02:00
adisbladis
36debc367e
poetry2nix: 1.7.1 -> 1.8.0
2020-05-05 21:20:44 +01:00
Martin Weinelt
dde157780c
ansible: v2.9.2 → v2.9.7
...
Fixes: CVE-2020-10684, CVE-2020-1733, CVE-2020-1735, CVE-2020-1739, CVE-2020-1740
2020-05-05 21:23:12 +02:00
R. RyanTM
3cb887902a
lazarus: 2.0.6 -> 2.0.8
2020-05-05 19:15:24 +00:00
R. RyanTM
06ea7091d3
libdvdread: 6.1.0 -> 6.1.1
2020-05-05 18:25:54 +00:00
cw
e506284193
elixir_1_10: 1.10.2 -> 1.10.3
2020-05-05 20:13:31 +02:00
xrelkd
8085245fff
just: use installShellFiles
2020-05-05 20:01:44 +02:00
Frederik Rietdijk
9875bbae75
Merge master into staging-next
2020-05-05 19:51:09 +02:00
Pavol Rusnak
271a9de2c8
wxsqliteplus: get rid of sha1 + package cleanup
2020-05-05 19:45:09 +02:00
Pavol Rusnak
bece8c0db2
wxsqlite3: 3.3.1 -> 4.5.1
2020-05-05 19:45:09 +02:00
Jörg Thalheim
416caeb6db
go: 1.14.1 -> 1.14.2
2020-05-05 17:59:19 +01:00
Jörg Thalheim
18a6a7783b
Merge pull request #86405 from lblasc/gst-plugins-bad-fix
2020-05-05 17:53:52 +01:00
Jörg Thalheim
3a901d247c
python3.pkgs.rl-coach: mark as broken
2020-05-05 17:50:47 +01:00
Vincent Demeester
96274c61c4
golangci-lint: 1.25.1 -> 1.26.0
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2020-05-05 16:52:27 +02:00
Jörg Thalheim
2c3e8e60c9
Merge pull request #86941 from r-ryantm/auto-update/jbake
...
jbake: 2.6.4 -> 2.6.5
2020-05-05 15:34:24 +01:00
Patrick Winter
9356945f91
pxview: init at 0.2.5
2020-05-05 10:14:43 -04:00
Patrick Winter
88246c57fc
pxlib: init at 0.6.8
2020-05-05 10:14:04 -04:00
Jörg Thalheim
40b89a02b6
Merge pull request #86921 from stigtsp/fix/toggl-cli-2.1.0
2020-05-05 15:13:23 +01:00
R. RyanTM
ca141f7191
jbake: 2.6.4 -> 2.6.5
2020-05-05 13:05:32 +00:00
Jörg Thalheim
dd0d5912e7
Merge pull request #86933 from petabyteboy/feature/update-vgo2nix
2020-05-05 14:04:58 +01:00
Ryan Mulligan
c320408135
Merge pull request #86871 from r-ryantm/auto-update/geos
...
geos: 3.8.0 -> 3.8.1
2020-05-05 06:02:58 -07:00
Mario Rodas
746d4d184a
Merge pull request #86932 from r-ryantm/auto-update/joker
...
joker: 0.15.0 -> 0.15.3
2020-05-05 08:02:04 -05:00
Milan Pässler
3ee2acd99a
vgo2nix: unstable-2019-02-05 -> unstable-2020-05-05
2020-05-05 14:20:48 +02:00
R. RyanTM
28bea11385
joker: 0.15.0 -> 0.15.3
2020-05-05 12:18:09 +00:00
José Romildo Malaquias
c8e228f174
pythonPackages.python-efl: 1.23.0 -> 1.24.0
2020-05-05 08:47:20 -03:00
Stig Palmquist
b69379415b
python3Packages.toggl-cli: relax click version dependency
...
fixes build problem by substituting click==7.0 with click>=7.0.
2020-05-05 12:52:04 +02:00
R. RyanTM
40ddbbecea
gl2ps: 1.4.1 -> 1.4.2
2020-05-05 10:38:47 +00:00
Maximilian Bosch
48b6268225
vagrant: 2.2.7 -> 2.2.8
...
https://github.com/hashicorp/vagrant/releases/tag/v2.2.8
2020-05-05 11:01:09 +02:00
R. RyanTM
141051672c
gmime3: 3.2.6 -> 3.2.7
2020-05-05 08:45:43 +00:00
Andrew Childs
969ae819f9
libjpeg_turbo: fix race in tests
...
Fixes:
12/151 Test #46 : jpegtran-shared-icc ...............................***Failed 0.03 sec
Premature end of JPEG file
JPEG datastream contains no image
63/151 Test #47 : jpegtran-shared-icc-cmp ...........................***Failed 0.12 sec
Could not obtain MD5 sum: No such file or directory
The following tests FAILED:
46 - jpegtran-shared-icc (Failed)
47 - jpegtran-shared-icc-cmp (Failed)
Example build: https://hydra.nixos.org/build/117594627
2020-05-05 16:24:59 +09:00
R. RyanTM
22a814fc74
glibmm: 2.62.0 -> 2.64.2
2020-05-05 06:33:42 +00:00
Jan Tojnar
1a9c35d051
meson: 0.54.0 → 0.54.1
...
https://github.com/mesonbuild/meson/compare/0.54.0...0.54.1
2020-05-05 06:56:55 +02:00
Jon
0b2ff5ad2b
Merge pull request #86870 from bcdarwin/update-pydicom
...
python3Packages.pydicom: 1.4.1 -> 1.4.2
2020-05-04 21:44:31 -07:00
R. RyanTM
0c2cea6073
flyway: 6.3.2 -> 6.4.1
2020-05-04 21:43:30 -07:00
Jonathan Ringer
83f5fd8958
python3Packages.nipype: 1.3.1 -> 1.4.2, enable python3.8
2020-05-04 21:41:05 -07:00
Mario Rodas
30efe465b0
Merge pull request #86710 from marsam/update-racket
...
racket: 7.6 -> 7.7
2020-05-04 23:33:09 -05:00
R. RyanTM
ba810eabde
commonsCompress: 1.18 -> 1.20
2020-05-04 21:19:42 -07:00
R. RyanTM
ea625e4039
enet: 1.3.14 -> 1.3.15
2020-05-04 21:19:10 -07:00
Jonathan Ringer
91ad6f176a
pythonPackages.softlayer: disable python2
...
ERROR: Package 'SoftLayer' requires a different Python: 2.7.18 not in '>=3.5'
2020-05-04 21:17:49 -07:00
R. RyanTM
b5124d35af
freetds: 1.1.26 -> 1.1.33
2020-05-04 21:17:12 -07:00
R. RyanTM
6b19002d95
fasm: 1.73.23 -> 1.73.24
2020-05-04 21:13:50 -07:00
Ben Darwin
5caa76705b
elastix: update for ITK 5.1.0
...
- fetch patches to build elastix 5.0 with ITK 5.1
- update 'platforms': builds on Darwin, fails on aarch64
2020-05-05 00:08:04 -04:00
Ben Darwin
20cf206a09
simpleitk: itk -> itk4
...
- simpleitk 1.2.4 is incompatible with ITK 5.1, so this can be reverted when 2.x is released.
2020-05-05 00:08:04 -04:00
Ben Darwin
404834334b
itk: 5.0.1 -> 5.1.0
2020-05-05 00:08:00 -04:00
Ben Darwin
5d88b43f58
python3Packages.pydicom: 1.4.1 -> 1.4.2
2020-05-04 23:19:44 -04:00
R. RyanTM
6f2983b6a7
abcl: 1.6.0 -> 1.6.1
2020-05-04 19:56:43 -07:00
Benjamin Hipple
36ee1e710a
Merge pull request #85399 from cgevans/tensorflow-bin_2-depfix
...
tensorflow-bin_2: fix tensorboard dependency
2020-05-04 22:47:13 -04:00
R. RyanTM
e80d292213
geos: 3.8.0 -> 3.8.1
2020-05-05 02:06:04 +00:00
Pavol Rusnak
420124adf8
python: remove isPy33, isPy34
2020-05-04 18:49:45 -07:00
hlolli
a8a2337c15
lumo 1.10.1: fix missing npm dependency
2020-05-04 22:17:10 +02:00
Vincent Laporte
0db2daa900
ocamlPackages.async_find: remove at 111.28.00
...
This is a legacy version for OCaml 4.02
2020-05-04 22:11:50 +02:00
Ramzi Ben Yahya
00d4ce01de
lisp-modules: fix missing && after test command
2020-05-04 21:55:21 +02:00
R. RyanTM
4748748f12
bmake: 20200318 -> 20200402
2020-05-04 19:43:52 +00:00
R. RyanTM
1fbb393143
python27Packages.autopep8: 1.5.1 -> 1.5.2
2020-05-04 21:06:42 +02:00
R. RyanTM
55e40ed1db
closurecompiler: 20200315 -> 20200406
2020-05-04 18:15:39 +00:00
Jörg Thalheim
2b08905cae
Merge pull request #85603 from parthy/edk2-macos
...
edk2: Support build on macOS
2020-05-04 16:41:00 +01:00
Ryan Mulligan
8471593028
Merge pull request #86781 from r-ryantm/auto-update/armadillo
...
armadillo: 9.860.1 -> 9.870.2
2020-05-04 08:02:09 -07:00
Ben Darwin
e72b2beab0
vtk: unbreak on OS X
2020-05-04 10:47:27 -04:00
R. RyanTM
4916562eeb
armadillo: 9.860.1 -> 9.870.2
2020-05-04 14:19:12 +00:00
Markus Partheymüller
faf984d12d
ed2k/OVMF: Put URLs in quotes
2020-05-04 16:00:37 +02:00
Franz Pletz
89b673b9e6
boringssl: 2017-02-23 -> 2019-12-04
2020-05-04 15:02:38 +02:00
Florian Klink
2d5deeae72
Merge pull request #84133 from hlolli/fix/strace-graph-shebang
...
strace: fix strace-graph shebang which points to perl
2020-05-04 15:01:39 +02:00
tckmn
7493a7eb91
jelly: init at 0.1.31 ( #82178 )
2020-05-04 18:31:03 +05:30
Andreas Rammhold
c275bdbafc
Merge pull request #86731 from r-ryantm/auto-update/rust-cbindgen
...
rust-cbindgen: 0.13.2 -> 0.14.2
2020-05-04 14:56:13 +02:00
Ryan Mulligan
64c0e5f7c3
Merge pull request #86762 from r-ryantm/auto-update/zef
...
zef: 0.8.3 -> 0.8.4
2020-05-04 05:54:49 -07:00
Emery Hemingway
47ff94a179
Merge pull request #84143 from NotGate/patch-1
...
update libbass
2020-05-04 18:15:48 +05:30
R. RyanTM
5f96bbf67b
zef: 0.8.3 -> 0.8.4
2020-05-04 11:31:05 +00:00
Mario Rodas
47a68c60f6
Merge pull request #86693 from r-ryantm/auto-update/mod
...
mod: 0.3.0 -> 0.4.0
2020-05-04 06:04:02 -05:00
Mario Rodas
94abef4942
Merge pull request #86746 from r-ryantm/auto-update/sysbench
...
sysbench: 1.0.19 -> 1.0.20
2020-05-04 05:57:33 -05:00
Jörg Thalheim
0f52291a51
Merge pull request #85602 from nomeata/joachim/bumpwasmtime
2020-05-04 11:19:55 +01:00
R. RyanTM
7a17b13b48
or-tools: 7.5 -> 7.6
2020-05-04 03:12:00 -07:00
Anders Kaseorg
6356c0458d
abseil-cpp: 20191119 -> 20200225.2
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-05-04 03:11:55 -07:00
R. RyanTM
8e598425f6
sysbench: 1.0.19 -> 1.0.20
2020-05-04 09:17:21 +00:00
R. RyanTM
d5c7ba352e
catch2: 2.11.3 -> 2.12.1
2020-05-04 01:22:45 -07:00
Joachim Breitner
11894914e4
Disable test suite on darwin
...
no regression over `master` where the test suite didn’t run at all
2020-05-04 10:19:25 +02:00
Atemu
583463ce53
jc: 1.9.3 -> 1.10.7
...
It now needs pygments for color output and ifconfig-parser was vendorised
2020-05-04 10:01:00 +02:00
Atemu
8de2754ad2
jc: fix formatting
2020-05-04 09:55:16 +02:00
R. RyanTM
638a998c00
sbt: 1.3.9 -> 1.3.10
2020-05-04 07:41:06 +00:00
R. RyanTM
d3531ea03d
rust-cbindgen: 0.13.2 -> 0.14.2
2020-05-04 06:27:22 +00:00
Pavol Rusnak
7b0167204d
treewide: use https for nixos.org and hydra.nixos.org
...
tarballs.nixos.org is omitted from the change because urls from there
are always hashed and checked
2020-05-03 22:14:21 -07:00
Raphael Borun Das Gupta
de9f8c36c9
python3Packages.python-gitlab: 1.15.0 -> 2.2.0
2020-05-03 22:11:57 -07:00
Raphael Borun Das Gupta
fe7b497c83
python3Packages.python-gitlab: re-format with nixfmt
2020-05-03 22:11:57 -07:00
R. RyanTM
8ecc768d4c
mod: 0.3.0 -> 0.4.0
2020-05-04 00:04:16 +00:00
Andreas Rammhold
bce5268a21
niss: 3.51 -> 3.52
2020-05-04 01:39:35 +02:00
Benjamin Hipple
405909f46e
Merge pull request #85254 from thequux/cmake-paths-1
...
Cmake paths patch 1/? (boost, aws-sdk-cpp)
2020-05-03 19:38:16 -04:00
Tim Steinbach
a0b3d546e6
Merge pull request #86681 from r-ryantm/auto-update/liquibase
...
liquibase: 3.8.8 -> 3.8.9
2020-05-03 19:14:32 -04:00
R. RyanTM
11cad6cf2e
liquibase: 3.8.8 -> 3.8.9
2020-05-03 22:56:33 +00:00
Mario Rodas
1064426106
Merge pull request #86526 from r-ryantm/auto-update/cargo-udeps
...
cargo-udeps: 0.1.10 -> 0.1.11
2020-05-03 17:56:03 -05:00
Mario Rodas
97017c0679
Merge pull request #86585 from r-ryantm/auto-update/leatherman
...
leatherman: 1.11.0 -> 1.12.0
2020-05-03 17:50:07 -05:00
Mario Rodas
62390a5be3
Merge pull request #86546 from r-ryantm/auto-update/dbmate
...
dbmate: 1.7.0 -> 1.8.0
2020-05-03 17:43:35 -05:00
Mario Rodas
e02043eaae
Merge pull request #86566 from r-ryantm/auto-update/git-quick-stats
...
git-quick-stats: 2.0.15 -> 2.0.16
2020-05-03 17:41:15 -05:00
Tim Steinbach
341889af01
Merge pull request #86583 from r-ryantm/auto-update/kotlin
...
kotlin: 1.3.71 -> 1.3.72
2020-05-03 18:23:48 -04:00
Dmitry Kalinkin
e43ac9eeb2
Merge pull request #86668 from veprbl/pr/ptb_fixes
...
python3Packages.python-telegram-bot: fix --with-upstream-urllib3
2020-05-03 17:46:08 -04:00
Ryan Mulligan
4d7dab0000
Merge pull request #86542 from r-ryantm/auto-update/codeql
...
codeql: 2.1.0 -> 2.1.1
2020-05-03 13:41:54 -07:00
Dmitry Kalinkin
cc97e9d7f0
python3Packages.python-telegram-bot: set --with-upstream-urllib3 properly, add workaround
2020-05-03 15:27:29 -04:00
Dmitry Kalinkin
5cb3501a37
python3Packages.python-telegram-bot: mark python2 as unsupported
2020-05-03 15:26:54 -04:00
Ryan Mulligan
dd359b31a7
Merge pull request #86597 from r-ryantm/auto-update/libosmium
...
libosmium: 2.15.4 -> 2.15.5
2020-05-03 11:55:04 -07:00
Márton Boros
31c42bb05b
makeDotElm: fix
...
Some elm packages (eg. https://github.com/NoRedInk/elm-simple-fuzzy/ ) have a Makefile which the standard builder tries to build and fails because of missing dependencies. This change forces a no-op configure and build phase to avoid such a situation.
2020-05-03 21:54:20 +03:00
Jelle Besseling
5b49946723
python3Packages.python-telegram-bot: 12.3.0 -> 12.7 ( #86652 )
...
* python3Packages.python-telegram-bot: 12.3.0 -> 12.7
* Update pkgs/development/python-modules/python-telegram-bot/default.nix
Co-authored-by: Jon <jonringer@users.noreply.github.com>
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
Co-authored-by: Jon <jonringer@users.noreply.github.com>
2020-05-03 11:51:49 -07:00
Jonathan Ringer
69ebdd78be
pythonPackages.secure: disable for python2, not supported
...
Processing ./secure-0.2.1-py2-none-any.whl
ERROR: Package 'secure' requires a different Python: 2.7.18 not in '>=3'
2020-05-03 11:39:49 -07:00
Jonathan Ringer
132664e8fb
python3Packages.wordfreq: 2.2.0 -> 2.3.2
2020-05-03 11:37:33 -07:00
Jonathan Ringer
d961a508ed
python3Packages.langcodes: 1.4.1 -> 2.0.0
2020-05-03 11:37:33 -07:00
Andrew Childs
65d4935c0d
jsoncpp: fix build on 32-bit arm
2020-05-03 11:02:34 -07:00
Andrew Childs
d09c84aa00
exiv2: fix build on 32-bit arm
2020-05-03 11:02:34 -07:00
Ryan Mulligan
25f9a1b1ae
Merge pull request #86516 from r-ryantm/auto-update/binaryen
...
binaryen: 91 -> 93
2020-05-03 10:35:48 -07:00
Maximilian Bosch
6fd3426230
packer: 1.5.5 -> 1.5.6
...
https://github.com/hashicorp/packer/releases/tag/v1.5.6
2020-05-03 19:07:00 +02:00
Maximilian Bosch
e678dadd07
cargo-xbuild: 0.5.28 -> 0.5.29
...
https://github.com/rust-osdev/cargo-xbuild/releases/tag/v0.5.29
2020-05-03 19:07:00 +02:00
Maximilian Bosch
beb291e1ac
wasm-bindgen-cli: 0.2.61 -> 0.2.62
...
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.62
2020-05-03 19:06:59 +02:00
Jan Tojnar
061003cef5
Merge pull request #86596 from r-ryantm/auto-update/libmypaint
2020-05-03 18:27:09 +02:00
R. RyanTM
2860973217
libmypaint: 1.5.1 -> 1.6.0
2020-05-03 18:21:36 +02:00
Tor Hedin Brønner
66d2cb34ef
gjs: 1.64.1 -> 1.64.2
2020-05-03 17:42:31 +02:00
Tor Hedin Brønner
14cf400ed9
vte: 0.60.1 -> 0.60.2
2020-05-03 17:42:31 +02:00
Aaron Andersen
9a051ffe6e
Merge pull request #86608 from aanderse/cec
...
libcec: 4.0.4 -> 4.0.5
2020-05-03 08:19:59 -04:00
Gabriel Ebner
a4f60b72e9
Merge branch 'master' into octoprint
2020-05-03 11:37:52 +02:00