Loading pkgs/development/python-modules/python-sat/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ pypblib, pytestCheckHook, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "python-sat"; version = "1.8.dev28"; pyproject = true; Loading @@ -15,7 +15,7 @@ buildPythonPackage rec { build-system = [ setuptools ]; src = fetchPypi { inherit version; inherit (finalAttrs) version; pname = "python_sat"; hash = "sha256-eFBUismC7x2+ng+8rbXxZTis/xNKSx2I/lVkCbx4dgo="; }; Loading Loading @@ -57,4 +57,4 @@ buildPythonPackage rec { ]; platforms = lib.platforms.all; }; } }) Loading
pkgs/development/python-modules/python-sat/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ pypblib, pytestCheckHook, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "python-sat"; version = "1.8.dev28"; pyproject = true; Loading @@ -15,7 +15,7 @@ buildPythonPackage rec { build-system = [ setuptools ]; src = fetchPypi { inherit version; inherit (finalAttrs) version; pname = "python_sat"; hash = "sha256-eFBUismC7x2+ng+8rbXxZTis/xNKSx2I/lVkCbx4dgo="; }; Loading Loading @@ -57,4 +57,4 @@ buildPythonPackage rec { ]; platforms = lib.platforms.all; }; } })