python312Packages.python-utils: 3.9.0 -> 3.9.1 (#364457)

This commit is contained in:
Weijia Wang
2025-01-01 15:15:02 +01:00
committed by GitHub
@@ -12,16 +12,16 @@
buildPythonPackage rec {
pname = "python-utils";
version = "3.9.0";
version = "3.9.1";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "WoLpH";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-ZmCT41VMz8BkIqF8Od5PqteyXToA4xASs0qCPD0cNc8=";
tag = "v${version}";
hash = "sha256-lzLzYI5jShfIwQqvfA8UtPjGawXE80ww7jb/gPzpeDo=";
};
postPatch = ''