python312Packages.ush: 3.1.0 -> 4.1.0 (#353647)

This commit is contained in:
Nick Cao 2024-11-05 17:37:52 -05:00 committed by GitHub
commit 67c28dc939
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,20 +4,25 @@
fetchFromGitHub,
pytestCheckHook,
six,
setuptools,
}:
buildPythonPackage rec {
pname = "ush";
version = "3.1.0";
format = "setuptools";
version = "4.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "tarruda";
repo = "python-ush";
rev = version;
hash = "sha256-eL3vG3yS02enbLYorKvvYKbju9HInffUhrZgkodwhvo=";
hash = "sha256-a6ICbd8647DRtuHl2vs64bsChUjlpuWHV1ipBdFA600=";
};
build-system = [ setuptools ];
pythonImportsCheck = [ "ush" ];
nativeCheckInputs = [
pytestCheckHook
six