python3Packages.drafthorse: 2025.1.1 -> 2025.2.0 (#443477)

This commit is contained in:
Martin Weinelt
2025-10-04 21:27:49 +00:00
committed by GitHub
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "drafthorse";
version = "2025.1.1";
version = "2025.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pretix";
repo = "python-drafthorse";
rev = version;
hash = "sha256-zKFKZIF50qAYzLhyCWMfrgaf9YRpk1MU81DAWaycXFI=";
hash = "sha256-z8w1n/rjrVpL+3MFoTaKCI7NZpchIg4H80rNlm0sFgQ=";
};
build-system = [ setuptools ];