Commit graph

499987 commits

Author SHA1 Message Date
Adam Joseph cccd5112fe
Merge pull request #240590 from amjoseph-nixpkgs/pr/systems/gnuabin32-isgnu
lib.systems: add gnuabin32 to isGnu
2023-06-29 21:59:03 +00:00
R. Ryantm aa85ee889f python310Packages.spacy: 3.5.3 -> 3.5.4 2023-06-29 21:47:58 +00:00
R. Ryantm 50ebee7c49 netpbm: 11.2.0 -> 11.3.0 2023-06-29 21:24:12 +00:00
Dmitry Kalinkin c57bc5f812
python310Packages.dask-awkward: 2023.6.1 -> 2023.6.3 (#240267) 2023-06-29 16:55:08 -04:00
Dmitry Kalinkin 5a8650469a
python310Packages.awkward: 2.2.2 -> 2.2.3 (#240266)
python310Packages.awkward-cpp: 16 -> 17
2023-06-29 16:54:40 -04:00
R. Ryantm 30db154395 python310Packages.zeroc-ice: 3.7.9 -> 3.7.9.1 2023-06-29 20:52:02 +00:00
apfelkuchen6 a3cdf3186f
texlive.bin.core-big: fix luajittex on aarch64-linux (#240577) 2023-06-29 16:12:05 -04:00
Martin Weinelt 4f84d7c216
Merge pull request #240593 from amesgen/python-no-pkgs-attrs
doc/languages-frameworks/python: don't use full `pkgs` in attrs
2023-06-29 22:01:50 +02:00
Ben Darwin 0dbbee7aba dvc: add pythonImportsCheck 2023-06-29 15:49:50 -04:00
R. Ryantm c8c5b63e7f jackett: 0.21.327 -> 0.21.341 2023-06-29 19:39:48 +00:00
amesgen 906102c911
doc/languages-frameworks/python: don't use full pkgs in attrs 2023-06-29 21:38:37 +02:00
Adam Joseph 4cb579b536 lib.systems: add gnuabin32 to isGnu
The `isGnu` predicate was missing `gnuabin32`.  This commit corrects
that by adding it.
2023-06-29 12:26:12 -07:00
Fabian Affolter 86a3b52396 python311Packages.bluetooth-data-tools: 1.2.0 -> 1.3.0
Diff: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/refs/tags/v1.2.0...v1.3.0

Changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.3.0/CHANGELOG.md
2023-06-29 21:10:58 +02:00
Weijia Wang 2efbe2e3d9
Merge pull request #240548 from wegank/gitoxide-darwin
gitoxide: fix build on x86_64-darwin
2023-06-29 22:04:34 +03:00
R. Ryantm ce754078f5 python310Packages.pyspark: 3.4.0 -> 3.4.1 2023-06-29 18:45:54 +00:00
R. Ryantm b54924c377 python310Packages.jira: 3.5.1 -> 3.5.2 2023-06-29 18:39:53 +00:00
Fabian Affolter ee8816dcb6 home-assistant: update component-packages 2023-06-29 20:31:14 +02:00
figsoda 75d012aae5
Merge pull request #240130 from jhol/vim-plugins
Vim plugins
2023-06-29 14:30:23 -04:00
Fabian Affolter a31849c980 python311Packages.google-generativeai: init at 0.1.0 2023-06-29 20:27:38 +02:00
figsoda 4d521ebc2a linuxwave: 0.1.3 -> 0.1.4
Diff: https://github.com/orhun/linuxwave/compare/v0.1.3...v0.1.4

Changelog: https://github.com/orhun/linuxwave/blob/v0.1.4/CHANGELOG.md
2023-06-29 14:26:28 -04:00
Fabian Affolter 665f414a22 python311Packages.google-ai-generativelanguage: init at 0.3.0 2023-06-29 20:21:53 +02:00
Fabian Affolter f782b652f3
Merge pull request #240282 from fabaff/alexapy
python311Packages.alexapy: init at 1.26.8
2023-06-29 20:00:44 +02:00
Emily 46ffa3b169
Merge pull request #240201 from donovanglover/go-thumbnailer
go-thumbnailer: init at 0.1.0
2023-06-29 19:37:34 +02:00
R. Ryantm 648e76181a python310Packages.trimesh: 3.22.1 -> 3.22.2 2023-06-29 17:34:51 +00:00
Janik 9f6b9f0864
Merge pull request #240561 from figsoda/typos 2023-06-29 19:30:56 +02:00
R. Ryantm 3b88792b40 python310Packages.twilio: 8.3.0 -> 8.4.0 2023-06-29 17:23:20 +00:00
Janik 13583e3e9e
Merge pull request #240550 from mdarocha/spicetify-cli 2023-06-29 19:14:08 +02:00
Franz Pletz 0b47a8bdba
Merge pull request #238978 from fpletz/pkgs/zlib-ng-2.1.2 2023-06-29 18:57:13 +02:00
figsoda 73b1a45dd7
Merge pull request #240221 from figsoda/journal 2023-06-29 12:19:48 -04:00
figsoda e1140d1002 typos: 1.15.7 -> 1.15.8
Diff: https://github.com/crate-ci/typos/compare/v1.15.7...v1.15.8

Changelog: https://github.com/crate-ci/typos/blob/v1.15.8/CHANGELOG.md
2023-06-29 12:17:53 -04:00
Arthur Gautier 9338511350 nixosTest: provide a test for lib.extend in nixosTests & runNixOSTest 2023-06-29 09:14:58 -07:00
Arthur Gautier 562f879cd1 runNixOSTest: adds support for lib.extend
When lib overrides were used, before this commit, they would not be made
available in the configuration evaluation of nixosTest's nodes.

Sample code:
``` nix
let
  pkgs = import ./. {
    overlays = [
      (new: old: {
        lib = old.lib.extend (self: super: {
          sorry_dave = builtins.trace "There are no pod bay doors" "sorry dave";
        });
      })
    ];
  };
in
pkgs.testers.runNixOSTest {
  name = "demo lib overlay";

  nodes = {
    machine = { lib, ... }: {
      environment.etc."got-lib-overlay".text = lib.sorry_dave;
    };
  };

  testScript = { nodes }:
    ''
      start_all()
      machine.succeed('grep dave /etc/got-lib-overlay')
    '';
}
```
2023-06-29 09:13:44 -07:00
Arthur Gautier 18c734d7f2 nixosTest: adds support for lib.extend
When lib overrides were used, before this commit, they would not be made
available in the configuration evaluation of nixosTest's nodes.

Sample code:
``` nix
let
  pkgs = import ./. {
    overlays = [
      (new: old: {
        lib = old.lib.extend (self: super: {
          sorry_dave = builtins.trace "There are no pod bay doors" "sorry dave";
        });
      })
    ];
  };
in
pkgs.testers.nixosTest {
  name = "demo lib overlay";

  nodes = {
    machine = { lib, ... }: {
      environment.etc."got-lib-overlay".text = lib.sorry_dave;
    };
  };

  testScript = { nodes }:
    ''
      start_all()
      machine.succeed('grep dave /etc/got-lib-overlay')
    '';
}
```
2023-06-29 09:13:44 -07:00
Mario Rodas 7681055124
Merge pull request #240536 from marsam/update-timescaledb
postgresqlPackages.timescaledb: 2.11.0 -> 2.11.1
2023-06-29 11:05:58 -05:00
Bobby Rong d79120bed1
cinnamon.mint-l-theme: 1.9.3 -> 1.9.4
https://github.com/linuxmint/mint-l-theme/compare/1.9.3...1.9.4
2023-06-29 23:50:09 +08:00
Bobby Rong 08b7393215
cinnamon.mint-themes: 2.1.3 -> 2.1.4
https://github.com/linuxmint/mint-themes/compare/2.1.3...2.1.4
2023-06-29 23:49:18 +08:00
Sandro Jäckel 2ba5640edb
python310Packages.notebook: update homepage 2023-06-29 17:43:17 +02:00
Sandro Jäckel 7509700304
python310Packages.nbclassic: update homepage 2023-06-29 17:42:53 +02:00
Bobby Rong c84b823065
Merge pull request #240261 from bobby285271/upd/pantheon
Pantheon updates 2023-06-28
2023-06-29 23:31:46 +08:00
Weijia Wang 39d8b1462e gitoxide: fix build on x86_64-darwin 2023-06-29 17:44:56 +03:00
Weijia Wang 4bc72cae10
Merge pull request #240491 from r-ryantm/auto-update/gcompris
gcompris: 3.2 -> 3.3
2023-06-29 17:38:07 +03:00
Weijia Wang 4cd16c45b9
Merge pull request #240443 from r-ryantm/auto-update/oneDNN
oneDNN: 3.1.1 -> 3.2
2023-06-29 17:35:31 +03:00
Weijia Wang 6b568ce356
Merge pull request #235806 from dani0854/libimobiledevice/update
libimobiledevice: switch to OpenSSL
2023-06-29 17:33:58 +03:00
Weijia Wang 93e319f5e4 libepoxy: fix x11 support on darwin 2023-06-29 17:32:02 +03:00
Weijia Wang 3ec53d15c6
Merge pull request #240466 from r-ryantm/auto-update/flannel
flannel: 0.21.5 -> 0.22.0
2023-06-29 17:24:56 +03:00
Weijia Wang 78597395ec
Merge pull request #240385 from r-ryantm/auto-update/gfxreconstruct
gfxreconstruct: 0.9.18 -> 1.0.0
2023-06-29 17:24:30 +03:00
Sandro bc8aa1cdb0
Merge pull request #216063 from Stunkymonkey/source-and-tags-phases 2023-06-29 16:23:35 +02:00
Keenan Weaver 348dabd375
maintainers: add keenanweaver 2023-06-29 09:19:50 -05:00
Keenan Weaver 33d5a0fa90
game-devices-udev-rules: init at 0.21
game-devices-udev-rules: add longDescription

game-devices-udev-rules: consolidate to one command

Co-authored-by: Nick Cao <nickcao@nichi.co>

game-devices-udev-rules: fix indentation
2023-06-29 09:19:19 -05:00
Sandro 16b76678e3
Merge pull request #240100 from ee2500/sregex 2023-06-29 16:17:14 +02:00