1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-02 10:31:36 +00:00
Commit graph

195811 commits

Author SHA1 Message Date
Tor Hedin Brønner 78e19b6b0d gnome3.accerciser: 3.32.3 → 3.34.0 2019-09-30 19:39:39 +02:00
Tor Hedin Brønner 42b796ae8d gnome-usage: 3.32.0 → 3.33.2 2019-09-30 19:39:39 +02:00
Tor Hedin Brønner 506c899d44 gnome-photos: 3.32.1 → 3.34.0 2019-09-30 19:39:39 +02:00
Tor Hedin Brønner 5a5f149e10 gnome-builder: 3.32.4 → 3.34.0
* add pcre2
* don't override stdenv

Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-09-30 19:39:38 +02:00
Tor Hedin Brønner 1e3e7822a6 glib: 2.60.7 -> 2.62.0
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
2019-09-30 19:39:38 +02:00
Tor Hedin Brønner 1644d1cd67 glib-networking: 2.60.3 → 2.62.0 2019-09-30 19:39:38 +02:00
Tor Hedin Brønner a3ef0bfeb8 gdl: 3.28.0 → 3.34.0 2019-09-30 19:39:38 +02:00
worldofpeace 9baa018e23 gdk-pixbuf: 2.38.1 → 2.38.2 2019-09-30 19:39:38 +02:00
Tor Hedin Brønner 343dec4636 gcr: 3.28.1 → 3.33.4 2019-09-30 19:39:38 +02:00
Tor Hedin Brønner a1eda81381 folks: 0.12.1 → 0.13.1 2019-09-30 19:39:38 +02:00
Tor Hedin Brønner 91fed91d8b evolution-data-server: 3.32.4 → 3.34.0 2019-09-30 19:39:38 +02:00
Tor Hedin Brønner 8c5486aa82 dee: fix build with glib-2.62 2019-09-30 19:39:37 +02:00
Tor Hedin Brønner 0a826ed116 baobab: 3.32.0 → 3.34.0 2019-09-30 19:39:37 +02:00
Tor Hedin Brønner 0e341a35e5 atk: 2.32.0 → 2.34.1
Fix .pc file requires gobject:
https://gitlab.gnome.org/GNOME/atk/merge_requests/30
2019-09-30 19:39:37 +02:00
Tor Hedin Brønner ec16cb4276 at-spi2-core: 2.32.1 → 2.34.0 2019-09-30 19:39:37 +02:00
Tor Hedin Brønner 0c79a57062 at-spi2-atk: 2.32.0 → 2.34.0 2019-09-30 19:39:37 +02:00
Jon fc5c7f3325
Merge pull request #69853 from r-ryantm/auto-update/python3.7-Logbook
python37Packages.Logbook: 1.4.3 -> 1.5.2
2019-09-30 10:23:33 -07:00
Jon cd6d85be55
Merge pull request #69856 from r-ryantm/auto-update/python3.7-pyftdi
python37Packages.pyftdi: 0.29.4 -> 0.30.0
2019-09-30 10:10:50 -07:00
zimbatm ee00d08ed0
mdsh: use the verifyCargoDeps option 2019-09-30 17:09:52 +00:00
zimbatm f8d67ec135
buildRustPackage: add verifyCargoDeps option
One issue with cargoSha256 is that it's hard to detect when it needs to
be updated or not. It's possible to upgrade a package and forget to
update cargoSha256 and run with old versions of the program or
libraries.

This commit introduces `verifyCargoDeps` which, when enabled, will check
that the Cargo.lock is not out of date in the cargoDeps by comparing it
with the package source.
2019-09-30 17:09:52 +00:00
pacien aaa1ba3700 exim: 4.92.2 -> 4.92.3
security update: CVE-2019-16928
2019-09-30 19:01:32 +02:00
Michael Raskin 98ddcfe794 A band-aid workaround for 68384. The situation should not be possible, not clear whether there is a missed detail about ASDF or SBCL 2019-09-30 18:26:08 +02:00
Simon Chatterjee dfb5755279 pythonPackages.entrance: init at 1.1.10 2019-09-30 17:21:53 +01:00
Soner Sayakci 9cd1e90e00
phpPackages.psalm: init at 3.5.3 2019-09-30 18:20:28 +02:00
Simon Chatterjee 8d00c48937 pythonPackages.janus: init at 0.4.0 2019-09-30 17:03:10 +01:00
Simon Chatterjee ab5a5c15cb maintainers: add simonchatts 2019-09-30 17:03:10 +01:00
Soner Sayakci b7fdf53dd6
phpPackages.php-cs-fixer: 2.15.1 => 2.15.3 2019-09-30 17:58:09 +02:00
Soner Sayakci f81fe344d5
phpPackages.phpstan: 0.11.15 => 0.11.16 2019-09-30 17:54:41 +02:00
Lancelot SIX edc638c4b7
python3Packages.qscintilla-qt5: fix build 2019-09-30 17:52:40 +02:00
Lancelot SIX 4bf49d9417
qscintilla: Use both .so and _qt5.so suffix
Make sure that the both libqscintilla2_qt5.so and libqscintilla2.so are
present in `$out/lib` so all the dependant packages can find the most
appropriate library (some except the empty suffix, such as
sqlitebrowser, other expect the _qt5 suffix such as
python3Packages.qscintilla-qt5).

The mechanism would also work work for qt4 build, but it is broken at
the moment.

Also make sure python*Packages.qscintilla* are up to date
2019-09-30 17:52:31 +02:00
Jon a25dd40eb5
Merge pull request #69808 from r-ryantm/auto-update/python3.7-azure-mgmt-sql
python37Packages.azure-mgmt-sql: 0.12.0 -> 0.13.0
2019-09-30 08:36:55 -07:00
Tor Hedin Brønner 02585db25b librsvg: 2.44.14 → 2.46.0
rsvg-view was removed so GTK is not needed anymore
2019-09-30 11:28:39 -04:00
Jonathan Ringer 25803ddc86 pythonPackages.rasterio: add setuptools 2019-10-01 00:26:43 +09:00
Jon 259d347ad3
Merge pull request #69779 from r-ryantm/auto-update/python3.7-azure-mgmt-servicefabric
python37Packages.azure-mgmt-servicefabric: 0.3.0 -> 0.4.0
2019-09-30 08:22:35 -07:00
markuskowa bbfd90563e
Merge pull request #70015 from ck3d/halide-2019-08-27
halide new release 2018/02/15 -> 2019/08/27
2019-09-30 17:22:23 +02:00
markuskowa 2b9ceb4b16
Merge pull request #69720 from r-ryantm/auto-update/open-iscsi
openiscsi: 2.0.877 -> 2.0.878
2019-09-30 17:19:32 +02:00
Jon e249ee41e1
Merge pull request #67716 from danieldk/blis-thinc-update
pythonPackages.blis: 0.2.4 -> 0.4.0, pythonPackages.thinc: 7.0.8 -> 7.1.0
2019-09-30 08:17:03 -07:00
Silvan Mosberger c75a18fea6
mkRemovedOptionModule: assert on removed options (#69419)
mkRemovedOptionModule: assert on removed options
2019-09-30 16:39:40 +02:00
Jon 1857783128
Merge pull request #69796 from r-ryantm/auto-update/python3.7-azure-mgmt-datamigration
python37Packages.azure-mgmt-datamigration: 2.2.0 -> 3.0.0
2019-09-30 07:28:22 -07:00
Jon 94dc214fa2
Merge pull request #69794 from r-ryantm/auto-update/python3.7-azure-datalake-store
python37Packages.azure-datalake-store: 0.0.45 -> 0.0.47
2019-09-30 07:27:22 -07:00
Jon 0e88a0e257
Merge pull request #69877 from JakeStanger/rofi-mpd
rofi-mpd: init at 1.1.0
2019-09-30 07:14:53 -07:00
Jon 593867effb
Merge pull request #69801 from r-ryantm/auto-update/python3.7-affine
python37Packages.affine: 2.2.2 -> 2.3.0
2019-09-30 07:01:00 -07:00
Jon 0b13876f09
Merge pull request #69797 from r-ryantm/auto-update/python3.7-azure-mgmt-cognitiveservices
python37Packages.azure-mgmt-cognitiveservices: 4.0.0 -> 5.0.0
2019-09-30 06:58:41 -07:00
Jon 1987daba04
Merge pull request #69798 from r-ryantm/auto-update/python3.7-azure-mgmt-batch
python37Packages.azure-mgmt-batch: 6.0.0 -> 7.0.0
2019-09-30 06:57:39 -07:00
Peter Simons f29e3b72df cachix: it's no longer necessary to add boost manually 2019-09-30 15:56:13 +02:00
Peter Simons 5e4270f451 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.0-1-g5325ccd from Hackage revision
48972320ba.
2019-09-30 15:52:25 +02:00
Jon cfd28136c9
Merge pull request #69822 from r-ryantm/auto-update/python3.7-azure-mgmt-cosmosdb
python37Packages.azure-mgmt-cosmosdb: 0.7.0 -> 0.8.0
2019-09-30 06:45:34 -07:00
Jon 85b3cc7aa2
Merge pull request #69828 from r-ryantm/auto-update/python3.7-libversion
python37Packages.libversion: 1.1.4 -> 1.2.0
2019-09-30 06:44:03 -07:00
Jonathan Ringer 3c8a7afa8e jenkins-job-builder: use python3 2019-09-30 06:33:24 -07:00
Jonathan Ringer 073f50593b pythonPackages.jenkins-job-builder: 3.0.1 -> 3.0.2 2019-09-30 06:30:36 -07:00