Loading pkgs/development/python-modules/tessie-api/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "tessie-api"; version = "0.1.2"; version = "0.1.3"; pyproject = true; src = fetchFromGitHub { owner = "andrewgierens"; repo = "tessie_python_api"; tag = version; hash = "sha256-uY52SSG2u4lcX9X7Ql/pn31uOwpqIy3kkuLMvsFBA3s="; hash = "sha256-Ia5J7dGbcfEa6rEKyJzEnzVnMC3HyI7l5g20v7d7Gjo="; }; build-system = [ hatchling ]; Loading Loading
pkgs/development/python-modules/tessie-api/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "tessie-api"; version = "0.1.2"; version = "0.1.3"; pyproject = true; src = fetchFromGitHub { owner = "andrewgierens"; repo = "tessie_python_api"; tag = version; hash = "sha256-uY52SSG2u4lcX9X7Ql/pn31uOwpqIy3kkuLMvsFBA3s="; hash = "sha256-Ia5J7dGbcfEa6rEKyJzEnzVnMC3HyI7l5g20v7d7Gjo="; }; build-system = [ hatchling ]; Loading