Loading pkgs/development/python-modules/asdf-standard/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "asdf-standard"; version = "1.2.0"; version = "1.3.0"; format = "pyproject"; disabled = pythonOlder "3.7"; Loading @@ -17,7 +17,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "asdf_standard"; inherit version; hash = "sha256-5wmRL68L4vWEOiOvJzHm927WwnmynfWYnhUgmS+jxc8="; hash = "sha256-WViWHzmd6tIACnhyTaN/Wu6wSZp4C72a5Pw+y+Pq7WQ="; }; nativeBuildInputs = [ setuptools-scm ]; Loading Loading
pkgs/development/python-modules/asdf-standard/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "asdf-standard"; version = "1.2.0"; version = "1.3.0"; format = "pyproject"; disabled = pythonOlder "3.7"; Loading @@ -17,7 +17,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "asdf_standard"; inherit version; hash = "sha256-5wmRL68L4vWEOiOvJzHm927WwnmynfWYnhUgmS+jxc8="; hash = "sha256-WViWHzmd6tIACnhyTaN/Wu6wSZp4C72a5Pw+y+Pq7WQ="; }; nativeBuildInputs = [ setuptools-scm ]; Loading