python3Packages.sectxt: 0.9.7 -> 0.9.8 (#471447)

This commit is contained in:
Fabian Affolter
2025-12-17 01:27:23 +00:00
committed by GitHub
@@ -3,7 +3,6 @@
buildPythonPackage,
fetchFromGitHub,
setuptools,
pythonOlder,
requests,
python-dateutil,
langcodes,
@@ -15,16 +14,14 @@
buildPythonPackage rec {
pname = "sectxt";
version = "0.9.7";
version = "0.9.8";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "DigitalTrustCenter";
repo = "sectxt";
tag = version;
hash = "sha256-CDVfT3ANb4ugLEvrSRTbkZMvZA6rcEwBu2c3pnjsza8=";
hash = "sha256-x8HcERUZpOijTEXbbtnG0Co5PiQlO4v5bxKM4CAExnI=";
};
build-system = [ setuptools ];