python3Packages.decorator: 5.2.1 -> 5.3.1

https://github.com/micheles/decorator/blob/5.3.1/CHANGES.md
This commit is contained in:
Martin Weinelt
2026-07-15 03:12:01 +02:00
parent c7bf188dd1
commit 16d16ffaa4
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "decorator";
version = "5.2.1";
version = "5.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "micheles";
repo = "decorator";
tag = version;
hash = "sha256-UBjZ8LdgJ6iLBjNTlA3up0qAVBqTSZMJt7oEhUo3ZEo=";
hash = "sha256-whGT0XDVdo0mhc2KP5unjdUSP3AFWKql1fKM1qlK/Zc=";
};
build-system = [ setuptools ];