Skip to content

Commit

Permalink
python312Packages.weconnect: 0.60.6 -> 0.60.7 (#368437)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 27, 2024
2 parents 07feb25 + 90563c3 commit 9ce97a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/weconnect/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@

buildPythonPackage rec {
pname = "weconnect";
version = "0.60.6";
version = "0.60.7";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchFromGitHub {
owner = "tillsteinbach";
repo = "WeConnect-python";
rev = "refs/tags/v${version}";
hash = "sha256-sSO+e6pZj7pkkfWF2z5THaD6MrPBX7f1M3nRIoqRC2s=";
tag = "v${version}";
hash = "sha256-5mn1FDhaRoPEBEqumzu8fIHB8uKSG9aVO/shigBs4ag=";
};

postPatch = ''
Expand Down

0 comments on commit 9ce97a9

Please sign in to comment.