python3Packages.resolvelib: 1.2.0 -> 1.2.1

https://github.com/sarugaku/resolvelib/blob/1.2.1/CHANGELOG.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:47 +01:00
parent d39c7263e5
commit 02015f72a9
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "resolvelib";
version = "1.2.0";
version = "1.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "sarugaku";
repo = "resolvelib";
tag = version;
hash = "sha256-8ffJ1Jlb/hzKY4pfE3B95ip2e1CxUByiR0cul/ZnxxA=";
hash = "sha256-AxxW6z51fZGqs5UwY3NEBQL8894uQDuRyVrKzol3ny0=";
};
build-system = [ setuptools ];