R. RyanTM
cb374f9065
libinstpatch: 1.1.4 -> 1.1.5
2020-06-02 12:48:51 -07:00
R. RyanTM
0446bf0c7c
lightstep-tracer-cpp: 0.12.0 -> 0.13.0
2020-06-02 12:46:42 -07:00
Frederik Rietdijk
994576f4cb
python3.pkgs.datashader: 0.9.0 -> 0.11.0
2020-06-02 18:34:43 +02:00
Frederik Rietdijk
ce6fbb9c42
python3.pkgs.fastparquet: 0.3.3 -> 0.4.0
2020-06-02 18:34:43 +02:00
zimbatm
9f15e95ff2
Merge pull request #89308 from LnL7/remove-sri-hashes
...
Remove sri hashes
2020-06-02 16:24:01 +02:00
Maximilian Bosch
a33bf86b74
strace: 5.6 -> 5.7
...
https://github.com/strace/strace/releases/tag/v5.7
2020-06-02 15:58:39 +02:00
Frederik Rietdijk
1ee0b9bc63
python3.pkgs.hvplot: 0.5.2 -> 0.6.0
2020-06-02 15:05:54 +02:00
Frederik Rietdijk
f4c52d58be
python3.pkgs.panel: 0.8.3 -> 0.9.5
2020-06-02 15:05:54 +02:00
Frederik Rietdijk
491b4dafe6
python3Packages.bokeh: 1.4.0 -> 2.0.1
...
Tests still don't function. Somehow fixtures cannot be found causing massive failures...
2020-06-02 15:05:54 +02:00
Lassulus
09da70f1f4
Merge pull request #87816 from helsinki-systems/precice2
...
precice: 2020-01-20 -> 2.0.2
2020-06-02 12:10:32 +02:00
Marek Mahut
3b2c06909e
Merge pull request #88551 from prusnak/electron-9
...
electron_9: init at 9.0.0
2020-06-02 09:54:56 +02:00
Vincent Laporte
f0d985cf9c
coqPackages.Verdi: 20190202 → 20200131
2020-06-02 09:18:29 +02:00
Vincent Laporte
6f9d12460b
coqPackages.Cheerios: 20181102 → 20200201
2020-06-02 09:18:29 +02:00
Vincent Laporte
550533171d
coqPackages.InfSeqExt: 20180918 → 20200131
2020-06-02 09:18:29 +02:00
Jan Tojnar
f5ca4bc6ab
sysprof: fix build on i686
...
Closes: https://github.com/NixOS/nixpkgs/issues/51133
2020-06-02 05:52:32 +02:00
Daiderd Jordan
8d705d9f11
poetry2nix: translate hashes to sha256
2020-06-01 15:24:21 +02:00
Daiderd Jordan
b7ddbd52bd
treewide: replace SRI hashes
2020-06-01 15:24:19 +02:00
Minijackson
0332c06389
coz: fix python shebang
2020-06-01 15:04:29 +02:00
Vincent Laporte
19dab239bb
coqPackages.CoLoR: enable for Coq 8.11
2020-06-01 15:04:17 +02:00
Domen Kožar
48fc7fce1c
Merge pull request #89272 from marsam/disable-check-cachix
...
haskellPackages.cachix: dontCheck
2020-06-01 13:46:09 +02:00
Peter Hoeg
7913a86e0c
lucky-cli: 0.20.0 -> 0.21.0
2020-06-01 18:14:08 +08:00
Dave Syer
f7651f7074
skaffold: 1.9.1 -> 1.10.1
...
There's a bug in 1.9.1 where `skaffold debug` adds a spurious `args: ""` to the deployment manifest. It was fixed in 1.10.
2020-06-01 08:52:24 +00:00
contrun
99b5c0bcbe
sbt-extras: 2019-10-21 -> 2020-06-01 ( #89289 )
2020-06-01 08:46:15 +00:00
Konstantin Alekseev
5e8e887e0e
pipenv: 2018.11.26 -> 2020.5.28
2020-06-01 08:24:39 +02:00
Robert T. McGibbon
557a4df3eb
tachyon: install header files
2020-06-01 00:29:20 -04:00
Mario Rodas
56a111cec1
Merge pull request #89220 from jollheef/out-of-tree-v1.3.0
...
out-of-tree: 1.2.1 -> 1.3.0
2020-05-31 16:35:15 -05:00
Florian Klink
5cad739409
Merge pull request #89223 from midchildan/cleanup/intel-media-sdk
...
intel-media-sdk: remove samples
2020-05-31 22:20:36 +02:00
Daniël de Kok
127cdd0cab
mkl: use validatePkgConfig hook
2020-05-31 20:45:07 +02:00
midchildan
4983263166
intel-media-sdk: enable unit tests
2020-06-01 02:12:34 +09:00
Mario Rodas
a03e048348
haskellPackages.cachix: dontCheck
2020-05-31 11:00:00 -05:00
Florian Klink
98ed9c35c9
Merge pull request #89137 from bhipple/fix/colormake
...
colormake: use fetchFromGitHub
2020-05-31 16:12:49 +02:00
Florian Klink
d5831b9c36
Merge pull request #89138 from bhipple/fix/go-bindata
...
go-bindata: use fetchFromGitHub
2020-05-31 16:12:05 +02:00
Ryan Mulligan
03147cf7ae
Merge pull request #89243 from andersk/libversion-LD_LIBRARY_PATH
...
libversion: Fix unsafe concatenation of $LD_LIBRARY_PATH
2020-05-31 06:41:39 -07:00
Anders Kaseorg
665dfc26ed
libversion: Fix unsafe concatenation of $LD_LIBRARY_PATH
...
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted. This particular
case probably has no security relevance, but we should avoid this
unsafe pattern anyway in case it gets copied. See #76804 .
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-05-31 01:42:09 -07:00
R. RyanTM
b3206bb487
vamp-plugin-sdk: 2.9 -> 2.10
2020-05-31 00:01:55 -04:00
Mario Rodas
6cd1edc4d8
Merge pull request #89230 from lilyball/cocoapods
...
cocoapods: 1.9.2 -> 1.9.3
2020-05-30 22:49:13 -05:00
Mario Rodas
9c706a2f04
Merge pull request #89231 from Atemu/jc-update
...
jc: 1.10.12 -> 1.11.1
2020-05-30 22:48:57 -05:00
Mario Rodas
e94d97dcfe
Merge pull request #89228 from marsam/update-act
...
act: 0.2.8 -> 0.2.9
2020-05-30 22:45:51 -05:00
Keshav Kini
d78985704c
sbcl: add option to disable immobile space
...
Programs which generate and compile a lot of code at runtime (such as
programming language interpreters like ACL2) are not suited for running on SBCL
executables built with the "immobile space" feature, as explained by Douglas
Katzman in this mail thread:
https://sourceforge.net/p/sbcl/mailman/message/36007057/
In this commit, I add an optional flag to the SBCL package allowing you to
disable the "immobile space" features.
I also migrated away from specifying enabled/disabled features in a
`customize-target-features.lisp` file and towards supplying them as command line
arguments to `make.sh`, as has been recommended by the installation instructions
since 2012 or so.
2020-05-30 17:23:21 -07:00
Atemu
45ac259796
jc: 1.10.12 -> 1.11.1
2020-05-31 01:17:35 +02:00
Lily Ballard
9a11cd674e
cocoapods-beta: 1.9.2 -> 1.9.3
2020-05-30 14:17:09 -07:00
Lily Ballard
8cc640b5cb
cocoapods: 1.9.2 -> 1.9.3
2020-05-30 14:17:01 -07:00
Jörg Thalheim
639d53bbef
Merge pull request #89210 from Mic92/pulp
2020-05-30 19:56:12 +01:00
Jörg Thalheim
3ee20ba064
pulp: add purescript to PATH
2020-05-30 19:54:20 +01:00
puzzlewolf
f9622e3011
ignition-math: remove
2020-05-30 18:38:37 +02:00
puzzlewolf
a410beaa7f
ignition-transport: remove
2020-05-30 18:38:37 +02:00
puzzlewolf
c906c45fec
gazebo, sdformat: remove
2020-05-30 18:38:28 +02:00
midchildan
22ff785205
intel-media-sdk: remove samples
...
fix #88939
2020-05-31 01:25:01 +09:00
Tim Steinbach
f75d62941d
jenkins: 2.222.3 -> 2.222.4
2020-05-30 11:32:34 -04:00
Mikhail Klementev
3f99cc761c
out-of-tree: 1.2.1 -> 1.3.0
2020-05-30 15:11:37 +00:00
vponte
7d69a04d79
androidenv: add missing emulator dynamic libraries
2020-05-30 15:43:32 +02:00
R. RyanTM
71fd66ef17
catch2: 2.12.1 -> 2.12.2
2020-05-30 15:41:07 +02:00
Jörg Thalheim
9921d78589
nodePackages: fix insect build
2020-05-30 12:31:55 +01:00
Jörg Thalheim
fee8e7991a
nodePackages.pulp: fix build
2020-05-30 12:19:57 +01:00
Jörg Thalheim
87908c3743
Merge pull request #89184 from mayflower/continue-pull-85764
2020-05-30 11:36:56 +01:00
Mario Rodas
f943f002c7
act: 0.2.8 -> 0.2.9
2020-05-30 04:20:00 -05:00
Mario Rodas
bb49586391
Merge pull request #89185 from rudolph9/cue-0.2.0
...
cue: 0.1.2 -> 0.2.0
2020-05-29 23:45:51 -05:00
Benjamin Hipple
a25bdf1742
colormake: use fetchFromGitHub
...
Verified the sha256 does not change.
2020-05-29 20:00:56 -04:00
Christian Albrecht
6149df8fd0
Readd the two node-packages that were lost in transition and time
2020-05-29 23:44:05 +02:00
Kurt Robert Rudolph
28c8a68f90
cue: 0.1.2 -> 0.2.0
2020-05-29 13:43:02 -07:00
Soares Chen
32d2de8e00
haskell: Fix with-packages-wrapper MacOS linker hack for GHC 8.8
...
`with-packages-wrapper.nix` has a hack to workaround the linker limit
in MacOS Sierra. However that is now broken with GHC 8.8, because of
slight change in the format of the package config.
In short, the package config produced by GHC 8.8 has a new line between
the key and list of values, while earlier versions have them separated
by a single space.
This PR fixes the linker hack by modifying the `grep` and `sed` commands
to pattern match on either space or new line, so that the hack can work
on all versions of GHC.
2020-05-29 22:28:47 +02:00
Joe Hermaszewski
53594c65ce
haskellPackages.VulkanMemoryAllocator: Add extra library necessary for compilation
2020-05-29 22:28:47 +02:00
Peter Simons
4b2b6ce65e
idris: drop obsolete overrides for the new 1.3.3 version
...
The test suite still fails because of all kinds of implicit assumptions that
are wrong in our build environment. For example, the test suite can't just call
"idris" and expect that executable to be in $PATH.
2020-05-29 22:28:47 +02:00
Peter Simons
a079858747
git-annex: don't update to version 8.20200522 yet to avoid test suite failures
2020-05-29 22:28:47 +02:00
Peter Simons
eb1e07865e
haskell-devtools: break infinite recursion with mprelude
2020-05-29 22:28:47 +02:00
Peter Simons
5244ef40ce
haskell-dhall: configure overrides for the newly added 0.32.0 version
2020-05-29 22:28:47 +02:00
Malte Brandy
6d8175075e
haskellPackages.shh: Disable tests
2020-05-29 22:28:47 +02:00
Peter Simons
fbc0845f28
haskell-cabal-fmt: overriding Cabal-3.2 is unnecessary for ghc-8.10.x and beyond
2020-05-29 22:28:47 +02:00
Peter Simons
330227bc6c
haskell-extra: update overrides for the new version
2020-05-29 22:28:47 +02:00
Peter Simons
995bdd4c85
haskell-ghc-lib-parser: fix overrides for the new release
2020-05-29 22:28:46 +02:00
Aycan Irican
accaa8790c
guid: fix compilation of Setup.hs and disable tests
...
guid: fix compilation of Setup.hs and disable tests
Add more docs
Remove guid from broken-packages
2020-05-29 22:28:46 +02:00
Christoph Bauer
d895bad12a
Fix dependencies issues of postgresql-syntax and re+base
2020-05-29 22:28:46 +02:00
Mike Sperber
41786ec21f
Update tensorflow-haskell dependencies.
...
Updating to the current HEAD of the Tensorflow-Haskell bindings allows
us to also update the dependencies, specifically proto-lens, and avoid
having to retain their outdated versions.
2020-05-29 22:28:46 +02:00
Peter Simons
5c3eab8a97
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.3-1-gb7c82db from Hackage revision
5f32599b70
.
2020-05-29 22:28:46 +02:00
Peter Simons
05ba8c56cb
hackage2nix.yaml: update list of broken builds
2020-05-29 22:28:38 +02:00
Peter Simons
496fad525b
hackage2nix.yaml: cabal-fmt now has a maintainer
2020-05-29 22:23:47 +02:00
Malte Brandy
80cc18ac32
haskellPackages.shh: Mark unbroken
2020-05-29 22:16:02 +02:00
Malte Brandy
e9b611352f
configuration-hackage2nix: Add maralorn as a maintainer for a number of haskellPackages
2020-05-29 22:16:02 +02:00
Markus Hauck
368364fbaa
Unbreak amazonka-dynamodb
2020-05-29 22:16:02 +02:00
Gabriel Volpe
678e947b88
haskellPackages.dhall-lsp-server: unbreak
2020-05-29 22:16:02 +02:00
Manuel Bärenz
9a302dffc8
rhine, rhine-gloss: Remove broken marker
2020-05-29 22:16:02 +02:00
Poscat
44e8c5c0b8
haskellPackages.vulkan: unbreak
2020-05-29 22:16:02 +02:00
pacien
b2e0f05b6b
haskellPackages.tart: unmark as broken
...
Dependency issues for this package have been fixed in the latest release.
See https://github.com/jtdaugherty/tart/issues/10
2020-05-29 22:16:01 +02:00
Peter Simons
4fa8c3e67a
LTS Haskell 15.13
2020-05-29 22:16:01 +02:00
Christian Albrecht
db062297cb
Add meta.broken and meta.platforms to node-packages
2020-05-29 21:24:31 +02:00
Frederik Rietdijk
4df2f78ec7
Revert "Merge pull request #78910 from serokell/libarchive-zstd"
...
Should go to staging instead.
This reverts commit f8d9f59abe
, reversing
changes made to b27a19d5bf
.
2020-05-29 21:03:02 +02:00
Frederik Rietdijk
f8d9f59abe
Merge pull request #78910 from serokell/libarchive-zstd
...
libarchive: link to zstd (split zstd output)
2020-05-29 20:51:16 +02:00
Michael Weiss
a668f6a58a
libva: Switch from GNU Autotools to Meson
2020-05-29 20:48:15 +02:00
Michael Weiss
9ab24ec76b
libva-utils: refactor
...
Note: This doesn't affect the result.
2020-05-29 20:48:15 +02:00
Frederik Rietdijk
20aa1cc95c
python.pkgs.python-lz4: buildInputs are nativeBuildInputs
2020-05-29 20:42:11 +02:00
Frederik Rietdijk
7fe783903e
python.pkgs.pkgconfig: fix setup hook
...
after regression caused by https://github.com/NixOS/nixpkgs/pull/87705
2020-05-29 20:41:49 +02:00
Frederik Rietdijk
81b204e8a1
python.pkgs.cython: use pkg-config instead of python.pkgs.pkgconfig
...
It does not need the Python interface to pkg-config.
Note I think the majority of Python packages that use pkgconfig should
actually use pkg-config.
2020-05-29 20:21:04 +02:00
Christian Albrecht
8a03e80ea7
Change to non-versioned node-packages generate.sh
2020-05-29 18:24:13 +02:00
Christian Albrecht
ca3f5fe130
Delete versioned node-packages
2020-05-29 18:20:57 +02:00
Frederik Rietdijk
36d9eeb9c7
Merge staging-next into staging
2020-05-29 17:06:01 +02:00
Frederik Rietdijk
c7d25a5db6
Merge master into staging-next
2020-05-29 17:05:38 +02:00
Vladimír Čunát
afa9962538
Merge #78910 : libarchive: link to zstd (into staging)
...
Also split outputs and don't provide static lib by default.
2020-05-29 15:37:55 +02:00
Claudio Bley
7172514b72
bazel: 3.1.0 -> 3.2.0
2020-05-29 15:22:35 +02:00
Ryan Mulligan
a3a94a957e
Merge pull request #89068 from r-ryantm/auto-update/codeql
...
codeql: 2.1.3 -> 2.1.4
2020-05-29 05:50:12 -07:00
Maximilian Bosch
4eb9c62591
Merge pull request #89132 from talyz/php-buildenv-keep-extensions
...
php.buildEnv: Let enabled extensions to pass through by default
2020-05-29 13:03:43 +02:00
Mario Rodas
d9f9fcfd16
Merge pull request #89146 from marsam/init-libfyaml
...
libfyaml: init at 0.5.7
2020-05-29 04:35:45 -05:00
Claudio Bley
1c5386fa1d
bazel: Make bazel_3 the default version
...
* drop bazel_2
* update hashes of fetch derivations that use `buildBazelPackage`
2020-05-29 08:52:17 +02:00
Claudio Bley
c456288170
bazel_3: init at 3.1.0
2020-05-29 08:52:17 +02:00
Vincent Laporte
1992d68551
ocamlPackages.core_kernel: remove at 112.24.00
...
This is a legacy version for OCaml 4.02
2020-05-29 08:23:42 +02:00
zowoq
8609b214fa
oniguruma: switch to autotools
2020-05-29 13:14:19 +10:00
MetaDark
ec905d07fa
cmake-language-server: init at 0.1.1
2020-05-28 19:21:43 -07:00
MetaDark
f3ee91d47e
pythonPackages.pytest-datadir: init at 1.3.1
2020-05-28 19:21:43 -07:00
MetaDark
db2ce6413e
python3Packages.pygls: init at 0.8.1
2020-05-28 19:21:43 -07:00
R. RyanTM
f0d90a2ef0
python27Packages.py_scrypt: 0.8.13 -> 0.8.15
2020-05-28 19:19:51 -07:00
Benjamin Hipple
55143290ba
go-bindata: use fetchFromGitHub
...
Cleaned up expression as well. Verified sha256 is reproducible and unchanged.
2020-05-28 21:46:47 -04:00
talyz
bfdc832aef
php.buildEnv: Let enabled extensions to pass through by default
...
If only extraConfig is specified in buildEnv, keep the currently
enabled extensions active. Brought up in #89011 .
2020-05-29 00:32:12 +02:00
Vincent Haupert
354798437a
pythonPackages.hiyapyco: init at 0.4.16
2020-05-28 15:29:30 -07:00
Daniël de Kok
8c5f4b8a3b
python3Packages.spacy: relax thinc version constraint
2020-05-28 15:17:07 -07:00
R. RyanTM
abe0e561c7
python27Packages.thinc: 7.4.0 -> 7.4.1
2020-05-28 15:17:07 -07:00
R. RyanTM
1096383557
python27Packages.elasticsearch: 7.6.0 -> 7.7.0
2020-05-28 14:57:13 -07:00
Antoine Richard
847de99970
pythonPackages.secp256k1: fix broken package ( #88612 )
...
* fix secp256k1 broken package
* Update default.nix
* Update default.nix
2020-05-28 14:46:49 -07:00
adisbladis
63bac1fc59
poetry2nix: 1.8.0 -> 1.9.0
2020-05-28 21:41:17 +01:00
Frederik Rietdijk
03de4c02fb
Merge staging-next into staging
2020-05-28 22:05:36 +02:00
Frederik Rietdijk
e27e3ae169
Merge master into staging-next
2020-05-28 22:03:48 +02:00
Timo Kaufmann
d6cf34ea5a
Merge pull request #89115 from timokau/metals-client-agnostic
...
metals: provide client-agnostic flavor
2020-05-28 18:55:20 +00:00
Dmitry Kalinkin
dba97ff6dd
Merge pull request #88015 from alexarice/agda-pkg-init
...
agda-pkg: init at 0.1.50
2020-05-28 12:32:34 -04:00
Orivej Desh
df9ac8b4a0
fmt: 6.2.0 -> 6.2.1, fix cmake config ( #89114 )
2020-05-28 16:31:13 +00:00
Timo Kaufmann
0e2456da82
metals: provide client-agnostic flavor
2020-05-28 17:43:00 +02:00
Mario Rodas
ffcfd9d498
Merge pull request #89077 from r-ryantm/auto-update/hyperscan
...
hyperscan: 5.2.1 -> 5.3.0
2020-05-28 09:12:55 -05:00
Mario Rodas
8af3ec3075
Merge pull request #89065 from r-ryantm/auto-update/cargo-tarpaulin
...
cargo-tarpaulin: 0.12.4 -> 0.13.2
2020-05-28 09:11:20 -05:00
Mario Rodas
ac4713b166
Merge pull request #89097 from marsam/update-zz
...
zz: 2020-03-02 -> 0.1
2020-05-28 09:10:07 -05:00
Mario Rodas
0c836fa1af
Merge pull request #88040 from zowoq/oniguruma
...
oniguruma: 6.9.4 -> 6.9.5_rev1
2020-05-28 09:09:36 -05:00
Ryan Mulligan
ce4c8e7fa5
Merge pull request #89053 from r-ryantm/auto-update/xmlrpc-c
...
xmlrpc_c: 1.39.12 -> 1.51.06
2020-05-28 06:35:50 -07:00
Thomas Tuegel
99d2567515
Merge pull request #86317 from xbreak/qt5-pkg-config
...
qt5: Add missing include path to pkg-config files
2020-05-28 05:46:52 -05:00
Mario Rodas
501e613507
libfyaml: init at 0.5.7
2020-05-28 04:20:00 -05:00
Mario Rodas
23a75a4465
zz: 2020-03-02 -> 0.1
2020-05-28 04:20:00 -05:00
Yuriy Chernyshov
331ce6981b
Update spdlog to 1.6.0
2020-05-28 10:57:51 +03:00
Vincent Laporte
eab4103efa
ocamlPackages.core: remove at 112.24.01
...
This is a legacy version for OCaml 4.02
2020-05-28 09:09:53 +02:00
Ben Darwin
7547926b81
ocamlPackages.biocaml: patch for -safe-string compilation with Ocaml 4.10
2020-05-28 09:08:51 +02:00
Ben Darwin
203d0644b4
ocamlPackages.owl: 0.8.0 -> 0.9.0
2020-05-28 09:08:51 +02:00
Jörg Thalheim
1b81b5574d
Merge pull request #88425 from makefu/pkgs/dex2jar/init
...
dex2jar: init at 2.0
2020-05-28 07:53:03 +01:00
makefu
e682df2ef0
dex2jar: init at 2.0
2020-05-28 08:30:45 +02:00
Mario Rodas
e433b62a8a
Merge pull request #89069 from r-ryantm/auto-update/cpputest
...
cpputest: 3.8 -> 4.0
2020-05-27 23:51:17 -05:00
R. RyanTM
235e1eee8d
hyperscan: 5.2.1 -> 5.3.0
2020-05-28 04:28:03 +00:00
Jan Tojnar
3b9e9c5ff0
Merge pull request #88573 from r-ryantm/auto-update/libuv
...
libuv: 1.37.0 -> 1.38.0
2020-05-28 05:25:19 +02:00
Jan Tojnar
93f0c2fce7
Merge pull request #88448 from r-ryantm/auto-update/libarchive
...
libarchive: 3.4.2 -> 3.4.3
2020-05-28 05:23:18 +02:00
Jan Tojnar
58bfe7b47b
Merge pull request #88245 from r-ryantm/auto-update/bison
...
bison: 3.5.4 -> 3.6.2
2020-05-28 05:22:27 +02:00
Mario Rodas
95105fd37e
Merge pull request #89060 from MetaDark/texlab
...
texlab: 2.1.0 -> 2.2.0
2020-05-27 21:55:10 -05:00
Jaka Hudoklin
817deba40d
Merge pull request #88794 from dywedir/k6
...
k6: 0.24.0 -> 0.26.2
2020-05-28 02:41:01 +00:00
Jan Tojnar
452a1a5fb5
Merge pull request #88513 from r-ryantm/auto-update/freetype
...
freetype: 2.10.1 -> 2.10.2
2020-05-28 04:33:53 +02:00
Jan Tojnar
6384b1875a
Merge pull request #88540 from r-ryantm/auto-update/iso-codes
...
isocodes: 4.4 -> 4.5.0
2020-05-28 04:29:01 +02:00
R. RyanTM
5739fd1336
cpputest: 3.8 -> 4.0
2020-05-28 01:49:29 +00:00
R. RyanTM
e5b02a7aec
codeql: 2.1.3 -> 2.1.4
2020-05-28 01:39:08 +00:00
Ryan Mulligan
a9cdd3ee60
Merge pull request #87464 from r-ryantm/auto-update/quazip
...
libsForQt5.quazip: 0.8.1 -> 0.9
2020-05-27 17:57:13 -07:00
R. RyanTM
6dd35f3396
cargo-tarpaulin: 0.12.4 -> 0.13.2
2020-05-28 00:45:15 +00:00
Mario Rodas
57800e9b00
texlab: install manpage
2020-05-27 18:18:18 -05:00
MetaDark
2bbf9980f7
texlab: 2.1.0 -> 2.2.0
2020-05-27 18:11:02 -04:00
Raimon Grau
9cb0fd80bc
datasette: add setuptools to propagatedBuildInputs
2020-05-27 14:37:08 -07:00
R. RyanTM
e4dd587f78
libmypaint: 1.6.0 -> 1.6.1
2020-05-27 14:36:12 -07:00
R. RyanTM
8d8165b15e
rdkafka: 1.4.0 -> 1.4.2
2020-05-27 14:34:07 -07:00
R. RyanTM
4fdefd52dc
xmlrpc_c: 1.39.12 -> 1.51.06
2020-05-27 21:25:11 +00:00
R. RyanTM
cf9480ccdf
xercesc: 3.2.2 -> 3.2.3
2020-05-27 14:16:48 -07:00
R. RyanTM
ac83b47466
solarus-quest-editor: 1.6.2 -> 1.6.4
2020-05-27 13:55:58 -07:00
R. RyanTM
4cd9a036c8
micronaut: 1.3.4 -> 1.3.5
2020-05-27 13:49:18 -07:00
R. RyanTM
3a389d6f6f
mill: 0.6.2 -> 0.7.1
2020-05-27 13:48:20 -07:00
John Ericson
cc1af0751f
Merge pull request #89036 from Ericson2314/fix-mesa-wayland-cross
...
mesa wayland: Fix/simplify cross
2020-05-27 16:45:05 -04:00
R. RyanTM
ea903c7655
librsync: 2.3.0 -> 2.3.1
2020-05-27 13:33:24 -07:00
Michael Weiss
816e06ce20
python3Packages.google_api_python_client: 1.8.3 -> 1.8.4
2020-05-27 22:27:52 +02:00
Martin Weinelt
92a7ae0a62
python3Packages.pygments-better-html: init at 0.1.4
2020-05-27 12:58:39 -07:00
Jörg Thalheim
6602f87384
nodePackages: switch to 12
...
Signed-off-by: Christian Albrecht <christian.albrecht@mayflower.de>
2020-05-27 21:45:41 +02:00
R. RyanTM
33f1160930
fdroidserver: 1.1.6 -> 1.1.7
2020-05-27 12:24:00 -07:00
R. RyanTM
ebe1fdda17
python27Packages.nbsmoke: 0.3.0 -> 0.4.1
2020-05-27 12:20:42 -07:00
R. RyanTM
5b6405a83b
python27Packages.foxdot: 0.8.7 -> 0.8.8
2020-05-27 12:17:34 -07:00
R. RyanTM
f0d1eec449
guile-cairo: 1.10.0 -> 1.11.0
2020-05-27 12:16:50 -07:00
R. RyanTM
bf03aa3d6e
libfilezilla: 0.21.0 -> 0.22.0
2020-05-27 12:12:04 -07:00
R. RyanTM
a31a269cb9
mimalloc: 1.6.1 -> 1.6.3
2020-05-27 12:10:28 -07:00
R. RyanTM
9cab8fcb45
python27Packages.hg-evolve: 9.3.1 -> 10.0.0
2020-05-27 12:08:50 -07:00
R. RyanTM
4544b7d425
python27Packages.cftime: 1.1.2 -> 1.1.3
2020-05-27 12:04:41 -07:00
R. RyanTM
c94dfc22f1
python27Packages.datadog: 0.35.0 -> 0.36.0
2020-05-27 12:03:01 -07:00
R. RyanTM
87a874efbb
python27Packages.elasticsearch-dsl: 7.1.0 -> 7.2.0
2020-05-27 12:01:52 -07:00
R. RyanTM
2ac20f513b
python27Packages.branca: 0.3.1 -> 0.4.1
2020-05-27 12:00:50 -07:00
R. RyanTM
35b91e5519
python27Packages.geoalchemy2: 0.7.0 -> 0.8.0
2020-05-27 11:59:48 -07:00
R. RyanTM
25e49a88c5
python27Packages.deprecated: 1.2.9 -> 1.2.10
2020-05-27 11:54:03 -07:00
R. RyanTM
6a75bf46e4
python37Packages.pikepdf: 1.11.2 -> 1.13.0
2020-05-27 11:53:00 -07:00
R. RyanTM
5de79cbfd3
python27Packages.convertdate: 2.2.0 -> 2.2.1
2020-05-27 11:51:57 -07:00
R. RyanTM
de700262d0
python37Packages.hstspreload: 2020.5.5 -> 2020.5.19
2020-05-27 11:50:42 -07:00
R. RyanTM
e345038e88
python27Packages.pyacoustid: 1.1.7 -> 1.2.0
2020-05-27 11:48:27 -07:00
R. RyanTM
dc0a3a787a
python27Packages.helpdev: 0.6.10 -> 0.7.1
2020-05-27 11:45:11 -07:00
Jonathan Ringer
a02dbee0a0
python3Packages.pyatv: 0.3.13 -> 0.6.1
2020-05-27 11:40:55 -07:00
R. RyanTM
0a02d4129b
python37Packages.immutables: 0.12 -> 0.14
2020-05-27 11:40:36 -07:00
R. RyanTM
60b4c4095c
python37Packages.minidb: 2.0.3 -> 2.0.4
2020-05-27 11:40:24 -07:00
R. RyanTM
9737325bd1
python27Packages.qtconsole: 4.7.3 -> 4.7.4
2020-05-27 11:40:03 -07:00
R. RyanTM
27657a3494
python27Packages.paste: 3.2.2 -> 3.4.0
2020-05-27 11:33:49 -07:00
R. RyanTM
d48542ea54
python27Packages.rasterio: 1.1.3 -> 1.1.4
2020-05-27 11:31:10 -07:00
Jon
7edf30e3f6
Merge pull request #88734 from r-ryantm/auto-update/python2.7-plotly
...
python27Packages.plotly: 4.6.0 -> 4.7.1
2020-05-27 11:30:46 -07:00
R. RyanTM
266d57a971
python37Packages.PyChromecast: 4.2.3 -> 5.2.0
2020-05-27 11:29:42 -07:00
R. RyanTM
a4dfc60015
python37Packages.zeroconf: 0.26.0 -> 0.26.1
2020-05-27 11:28:47 -07:00
R. RyanTM
27b307bf60
python27Packages.pydub: 0.23.1 -> 0.24.0
2020-05-27 11:14:29 -07:00
Simonas Kazlauskas
62e6d73a09
mesa: Fix cross build
2020-05-27 17:59:56 +00:00
R. RyanTM
81696662c9
python27Packages.stevedore: 1.31.0 -> 1.32.0
2020-05-27 10:58:06 -07:00
R. RyanTM
c9b491d69b
python27Packages.spglib: 1.14.1.post0 -> 1.15.1
2020-05-27 10:46:34 -07:00
John Ericson
f005272623
wayland: Simplify cross build
...
Now that we have a pkg-config wrapper, we can get build-time deps via
pkg-config.
2020-05-27 17:27:24 +00:00
R. RyanTM
f42b3aca77
simgear: 2019.1.1 -> 2020.1.1
2020-05-27 10:19:50 -07:00
R. RyanTM
bed73effbd
python27Packages.sqlalchemy-utils: 0.36.3 -> 0.36.5
2020-05-27 10:15:57 -07:00
R. RyanTM
66e096ac85
python37Packages.tablib: 1.1.0 -> 2.0.0
2020-05-27 10:14:08 -07:00