From d28b72e64da51c7639a5b0143eeff7a079a5d57f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Pitucha?= Date: Sat, 24 Sep 2022 14:20:46 +1000 Subject: [PATCH] python310Packages.pydash: 5.1.0 -> 5.1.1 and fix darwin --- pkgs/development/python-modules/pydash/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/pydash/default.nix b/pkgs/development/python-modules/pydash/default.nix index 08e7fe72acf4..57a0c6d1790e 100644 --- a/pkgs/development/python-modules/pydash/default.nix +++ b/pkgs/development/python-modules/pydash/default.nix @@ -11,8 +11,8 @@ buildPythonPackage rec { pname = "pydash"; - version = "5.1.0"; - format = "setuptools"; + version = "5.1.1"; + format = "pyproject"; disabled = pythonOlder "3.6"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "dgilland"; repo = pname; rev = "v${version}"; - hash = "sha256-BAyiSnILvujUOFOAkiXSgyozs2Q809pYihHwa+6BHcQ="; + hash = "sha256-VbuRzKwPMh5S4GZQYnh0sZOBi4LNFjMuol95tMC43b0="; }; checkInputs = [ @@ -40,7 +40,6 @@ buildPythonPackage rec { ]; meta = with lib; { - broken = stdenv.isDarwin; description = "Python utility libraries for doing stuff in a functional way"; homepage = "https://pydash.readthedocs.io"; license = licenses.mit;