python3Packages.python-sat: 1.9.dev5 -> 1.9.dev6 (#543209)

This commit is contained in:
Yohann Boniface
2026-07-20 23:52:07 +00:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ let
in
buildPythonPackage (finalAttrs: {
pname = "python-sat";
version = "1.9.dev5";
version = "1.9.dev6";
pyproject = true;
build-system = [ setuptools ];
@@ -28,7 +28,7 @@ buildPythonPackage (finalAttrs: {
src = fetchPypi {
inherit (finalAttrs) version;
pname = "python_sat";
hash = "sha256-OxH2AQbusuv5aB/t85nrNOXAuyCfNFZRvMFMWFfmdhg=";
hash = "sha256-7YCz8nvHcKNKtgQoRShp/xgWHMyJ48GkFMZCkR+g54w=";
};
# The kissat source archive is not included in the repo and pysat attempts to