python3Packages.pywaze: 0.5.1 -> 1.0.0

https://github.com/eifinger/pywaze/releases/tag/v1.0.0
This commit is contained in:
Martin Weinelt 2024-03-08 02:42:09 +01:00
parent 41daeb1624
commit 4d113fbcc1

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pywaze";
version = "0.5.1";
version = "1.0.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "eifinger";
repo = "pywaze";
rev = "refs/tags/v${version}";
hash = "sha256-r7ROEdgHdjXkveVUbuALHtwCX4IO0lwx9Zo3u6R9I58=";
hash = "sha256-n5W8TdZZJmT7SECXE8k6WK2lmCcucA6eLm+LZpojERo=";
};
postPatch = ''