Merge pull request #295555 from r-ryantm/auto-update/python312Packages.pyipp

python312Packages.pyipp: 0.14.5 -> 0.15.0
This commit is contained in:
Martin Weinelt 2024-03-13 13:42:24 +01:00 committed by GitHub
commit 075fa043f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pyipp";
version = "0.14.5";
version = "0.15.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "ctalkington";
repo = "python-ipp";
rev = "refs/tags/${version}";
hash = "sha256-2YaQZWHrvz1OwD47WUl4UKoYXQBiemCWLM8m/zkipCU=";
hash = "sha256-k7NSCmugGov+lJXWeopUwKkGKL/EGhvxSSiby4CcmFM=";
};
postPatch = ''