python3Packages.simplesat: 0.9.1 -> 0.9.2

https://github.com/enthought/sat-solver/blob/v0.9.2/CHANGES.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:13 +02:00
parent 591f9d4a7e
commit 6b64be8f64
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "simplesat";
version = "0.9.1";
version = "0.9.2";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "enthought";
repo = "sat-solver";
tag = "v${version}";
hash = "sha256-/fBnpf1DtaF+wQYZztcB8Y20/ZMYxrF3fH5qRsMucL0=";
hash = "sha256-C3AQN999iuckaY9I0RTI8Uj6hrV4UB1XYvua5VG8hHw=";
};
postPatch = ''
@@ -57,7 +57,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Prototype for SAT-based dependency handling";
homepage = "https://github.com/enthought/sat-solver";
changelog = "https://github.com/enthought/sat-solver/blob/v${version}/CHANGES.rst";
changelog = "https://github.com/enthought/sat-solver/blob/${src.tag}/CHANGES.rst";
license = licenses.bsd3;
maintainers = with maintainers; [ genericnerdyusername ];
};