Skip to content

Commit

Permalink
python310Packages.ultraheat-api: 0.4.2 -> 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 14, 2022
1 parent 738fe49 commit af4011f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ultraheat-api/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

buildPythonPackage rec {
pname = "ultraheat-api";
version = "0.4.2";
version = "0.4.3";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "ultraheat_api";
inherit version;
hash = "sha256-UzDGkLvFqqiBuiCgMA0BItmUhrY0b963o05WDHxsS0Q=";
hash = "sha256-sdZweq5TDl54UKHqQ0zlFQq0h+piisMKs2P/3E2vqX8=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit af4011f

Please sign in to comment.