1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

python310Packages.pyswitchbee: 1.6.1 -> 1.6.2

This commit is contained in:
Fabian Affolter 2022-11-10 09:21:53 +01:00
parent c32d981cdd
commit 7a5c2f5b50

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pyswitchbee";
version = "1.6.1";
version = "1.6.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "jafar-atili";
repo = "pySwitchbee";
rev = "refs/tags/${version}";
hash = "sha256-5Mc70yi9Yj+8ye81v9NbKZnNoD5PQmBVAiYF5IM5ix8=";
hash = "sha256-MDutpeHI6MW1VwCRTPJK/y08ee4eidOHluMf6lPQfEk=";
};
postPatch = ''