Skip to content

Commit

Permalink
python310Packages.subarulink: 0.4.2 -> 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 22, 2022
1 parent 401b713 commit cd8dfd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/subarulink/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

buildPythonPackage rec {
pname = "subarulink";
version = "0.4.2";
version = "0.4.3";
format = "setuptools";

disabled = pythonOlder "3.7";
Expand All @@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "G-Two";
repo = pname;
rev = "v${version}";
sha256 = "sha256-EI7m2SFa1eAtncMA0g1OmXumzub4UvE6ssGfUGtLO2Q=";
sha256 = "sha256-q+a+OFFMAGl8KQi+KZ8h21+Pj0XEqP9ZIJii2PCgD6E=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit cd8dfd1

Please sign in to comment.