3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

320243 commits

Author SHA1 Message Date
Fabian Affolter eb35be717f python3Packages.class-registry: 2.1.2 -> 3.0.5 2021-09-29 15:23:40 +02:00
06kellyjac ae315a3c21 just: 0.10.1 -> 0.10.2 2021-09-29 14:20:25 +01:00
Fabian Affolter 95140031d4 ioccheck: init at unstable-2021-09-29 2021-09-29 15:18:29 +02:00
Sandro 937e936484
Merge pull request #139622 from fabaff/bump-mpop 2021-09-29 15:01:57 +02:00
Sandro 8f7fa26a78
Merge pull request #139309 from Baltoli/bump-z3 2021-09-29 15:00:38 +02:00
sternenseemann 26deae6a15 Merge remote-tracking branch 'origin/master' into haskell-updates 2021-09-29 15:00:22 +02:00
Lucas Hoffmann 7997c7447c
alot: 0.9.1 -> 0.10 (#139603)
* python3Packages.alot: 0.9.1 -> 0.10

* python3Packages.alot: exclude some tests but run the test suite

Some test are broken in the Nix sandbox.  This way it is possible to at
least run the test suite and catch errors from the other tests.

This approach is documented in
https://github.com/NixOS/nixpkgs/blob/d6c2bb7/doc/languages-frameworks/python.section.md#using-pytestcheckhook-using-pytestcheckhook
2021-09-29 14:59:45 +02:00
Sandro 8f882943a0
Merge pull request #139850 from onny/blanket
blanket: init at 0.5.0
2021-09-29 14:59:21 +02:00
sternenseemann 2c4a128d62 haskellPackages.{Kulitta, Jazzkell}: clean up eval errors on darwin 2021-09-29 14:56:34 +02:00
Sandro 70f219e4cf
Merge pull request #139855 from fabaff/bump-hijri-converter 2021-09-29 14:55:37 +02:00
Robert Hensing ae03fb8121
Merge pull request #80068 from jbedo/docker
dockerTools: fix export
2021-09-29 14:55:21 +02:00
Sandro 63a8ef3f8a
Merge pull request #139857 from fabaff/go365 2021-09-29 14:54:55 +02:00
Niklas 4600c3e3c4
owncast: 0.0.8 -> 0.0.9 (#139862)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-29 14:54:33 +02:00
Sandro c7d20b93e2
Merge pull request #139860 from fabaff/bump-dalfox 2021-09-29 14:53:39 +02:00
Artturin b7fa38dcf6 qemu: add makeWrapper back to nativeBuildInputs 2021-09-29 15:53:21 +03:00
R. RyanTM 983726e1bf python38Packages.pytest-console-scripts: 1.2.0 -> 1.2.1 2021-09-29 12:48:06 +00:00
sternenseemann 4d2f1399e9 haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2021-09-29 14:47:09 +02:00
Fabian Affolter e0ad11f61b python3Packages.vt-py: init at 0.7.4 2021-09-29 14:44:30 +02:00
figsoda d243845a84 roogle: init at 0.1.4 2021-09-29 08:41:45 -04:00
Robert Hensing 16a4da9127 dockerTools: Test pullImage fetcher whenever its implementation changes 2021-09-29 14:41:08 +02:00
Robert Hensing 8e8b3fa1bb invalidateFetcherByDrvHash: Add self-check
... so it won't break when the fetcher doesn't use name correctly.
2021-09-29 14:41:08 +02:00
Artturin c34905f516 nixos/boot: qemu-flags -> qemu-common
and dont use with import ...
2021-09-29 15:37:24 +03:00
roblabla 29fe5dafcd protoc-gen-doc: 2019-04-22 -> 1.5.0 2021-09-29 14:32:33 +02:00
Ryan Mulligan 46b3df372e
Merge pull request #139419 from r-ryantm/auto-update/python3.8-translatepy
python38Packages.translatepy: 2.0 -> 2.1
2021-09-29 05:29:21 -07:00
sternenseemann 97e02b4b87 haskellPackages.hw-*: fix too tight bounds on generic-lens 2021-09-29 14:29:06 +02:00
sterni c1e83d738d
ocamlPackages: update a bunch of libraries from the mirage universe (#132550)
* ocamlPackages.cstruct: 6.0.0 -> 6.0.1

https://github.com/mirage/ocaml-cstruct/releases/tag/v6.0.1

* ocamlPackages.tls: 0.13.2 -> 0.14.1

* ocamlPackages.letsencrypt: 0.2.5 -> 0.3.0

ocamlPackages.letsencrypt-dns: init at 0.3.0
ocamlPackages.letsencrypt-app: init at 0.2.5

https://github.com/mmaker/ocaml-letsencrypt/releases/tag/v0.3.0

* ocamlPackages.paf: 0.0.3 -> 0.0.5

ocamlPackages.paf-cohttp: init at 0.0.5
ocamlPackages.paf-le: init at 0.0.5

* ocamlPackages.conduit*: 4.0.0 -> 4.0.1

* ocamlPackages.git*: 3.4.0 -> 3.5.0

* ocamlPackages.{ipaddr, macaddr}: 5.1.0 -> 5.2.0

https://github.com/mirage/ocaml-ipaddr/releases/tag/v5.2.0

Co-Authored-By: TG ⊗ Θ <*@tg-x.net>

* jackline: unstable-2021-04-23 -> unstable-2021-08-10

* ocamlPackages.mirage-block-combinators: patch for cstruct 6.0.0

The patch is a trivial search and replace of Cstruct.len ->
Cstruct.length otherwise the build will fail due to deprecation warnings.

* ocamlPackages.x509: 0.14.0 -> 0.14.1

Co-authored-by: TG ⊗ Θ <*@tg-x.net>
2021-09-29 14:28:09 +02:00
sternenseemann cdffe459d8 haskellPackages.hls-rename-plugin: provide necessary test env 2021-09-29 14:18:35 +02:00
Ryan Mulligan af51852adf
Merge pull request #138365 from r-ryantm/auto-update/exoscale-cli
exoscale-cli: 1.42.0 -> 1.44.0
2021-09-29 05:17:28 -07:00
Ryan Mulligan 27df798698
Merge pull request #139406 from r-ryantm/auto-update/python3.8-qcelemental
python38Packages.qcelemental: 0.22.0 -> 0.23.0
2021-09-29 05:16:45 -07:00
Ryan Mulligan 33c3006368
Merge pull request #139636 from r-ryantm/auto-update/python38Packages.xmlschema
python38Packages.xmlschema: 1.7.1 -> 1.8.0
2021-09-29 05:15:39 -07:00
Ryan Horiguchi 636a411069
neofetch: apply patch to fix neofetch returning wrong icon theme 2021-09-29 14:08:24 +02:00
Ryan Mulligan 338708a50e
Merge pull request #139882 from fabaff/rustcat
rustcat: init at 1.3.0
2021-09-29 05:08:20 -07:00
0x4A6F 5156275264
dasel: 1.20.0 -> 1.21.0 2021-09-29 14:07:41 +02:00
Ryan Mulligan 276bad0d3e
Merge pull request #139819 from r-ryantm/auto-update/boundary
boundary: 0.6.1 -> 0.6.2
2021-09-29 05:05:04 -07:00
github-actions[bot] 2779e3a8fc
Merge master into staging-next 2021-09-29 12:01:04 +00:00
José Luis Lafuente 159e57e0ab
clojure: 1.10.3.943 -> 1.10.3.986 2021-09-29 13:42:53 +02:00
Justin Bedo 020e88bf7a
nixos/tests/docker-tools: check explicitly for file in exportImage 2021-09-29 21:40:31 +10:00
Michele Guerini Rocco e68eba2dba
Merge pull request #134618 from rnhmjoj/wpa-safe
nixos/wpa_supplicant: add safe secret handling
2021-09-29 13:35:29 +02:00
R. RyanTM 4f7b14b7cd python38Packages.mypy-boto3-s3: 1.18.48 -> 1.18.50 2021-09-29 11:31:04 +00:00
Fabian Affolter 07ebe7baab rustcat: init at 1.3.0 2021-09-29 13:17:26 +02:00
Maximilian Bosch 7d890267d1
Merge pull request #139665 from Ma27/drop-linux-5.13
linux_5_13: drop
2021-09-29 13:10:10 +02:00
R. RyanTM 0911f3c313 python38Packages.mediafile: 0.8.0 -> 0.8.1 2021-09-29 11:09:51 +00:00
R. RyanTM 733cb4e5f0 mitmproxy: 7.0.3 -> 7.0.4 2021-09-29 10:45:54 +00:00
Fabian Affolter 1515a90611 python3Packages.python-socketio: 5.3.0 -> 5.4.0 2021-09-29 12:42:31 +02:00
Fabian Affolter e894641cfe python3Packages.python-engineio: 4.2.0 -> 4.2.1 2021-09-29 12:39:33 +02:00
Bobby Rong 5d9b66d01b
Merge pull request #138860 from r-ryantm/auto-update/libytnef
libytnef: 1.9.3 -> 2.0
2021-09-29 18:26:10 +08:00
R. RyanTM 725ee09d21 python38Packages.jsonrpclib-pelix: 0.4.2 -> 0.4.3.1 2021-09-29 10:12:55 +00:00
Artturi 286e1b5c1c
Merge pull request #138969 from andresilva/ledger-live-fix-libudev 2021-09-29 13:12:04 +03:00
Alexandre Iooss 988da51d9c qemu: 6.0.0 -> 6.1.0 2021-09-29 09:56:09 +00:00
Sandro e1fc1a80a0
Merge pull request #139628 from illdefined/simavr 2021-09-29 11:53:43 +02:00