Merge pull request #331631 from r-ryantm/auto-update/python312Packages.pywaze

python312Packages.pywaze: 1.0.2 -> 1.1.0
This commit is contained in:
OTABI Tomoya 2024-08-03 11:12:22 +09:00 committed by GitHub
commit ba575e32ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,16 +12,16 @@
buildPythonPackage rec {
pname = "pywaze";
version = "1.0.2";
version = "1.1.0";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "eifinger";
repo = "pywaze";
rev = "refs/tags/v${version}";
hash = "sha256-fShfnfYhUtthwHSFYIFj2cWE9dZXakTrfqiR3AL2nb8=";
hash = "sha256-XE+VdxUjq8KBSIU6rUlBweKEkZD3gqJuy9J4u9JVy7Q=";
};
postPatch = ''