Unverified Commit 1f6156e5 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #232514 from fabaff/pydeps-bump

python311Packages.pydeps: 1.12.4 -> 1.12.5
parents c680c313 64e2f5db
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
, pytestCheckHook
, pythonOlder
, pyyaml
, toml
}:

buildPythonPackage rec {
@@ -34,6 +35,7 @@ buildPythonPackage rec {
  nativeCheckInputs = [
    pytestCheckHook
    pyyaml
    toml
  ];

  postPatch = ''