Merge pull request #255529 from fabaff/pywaze-bump

python311Packages.pywaze: 0.4.0 -> 0.5.0
This commit is contained in:
Fabian Affolter 2023-09-17 09:23:18 +02:00 committed by GitHub
commit 6e8be685d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pywaze";
version = "0.4.0";
version = "0.5.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "eifinger";
repo = "pywaze";
rev = "refs/tags/v${version}";
hash = "sha256-m3erAODTBR0LrZIKzP2Kw5dSaFKP7ehnrO9z5ILvUw8=";
hash = "sha256-iuI/tfU2nEX+Y9pWEsm0Nvu6pModHh/5g2eyud8TnB0=";
};
postPatch = ''