python311Packages.pywaze: 1.0.1 -> 1.0.2

Diff: https://github.com/eifinger/pywaze/compare/refs/tags/v1.0.1...v1.0.2

Changelog: https://github.com/eifinger/pywaze/releases/tag/v1.0.2
This commit is contained in:
Fabian Affolter 2024-06-27 16:31:09 +02:00
parent 8b6ea8ebd8
commit e4a3ffe16d

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pywaze";
version = "1.0.1";
version = "1.0.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "eifinger";
repo = "pywaze";
rev = "refs/tags/v${version}";
hash = "sha256-sWI9kUR0SSqE97an/YfvhQqmrK+OEWXRzG4MBYyp8Jg=";
hash = "sha256-fShfnfYhUtthwHSFYIFj2cWE9dZXakTrfqiR3AL2nb8=";
};
postPatch = ''