python311Packages.id: 1.3.0 -> 1.4.0

This commit is contained in:
R. Ryantm 2024-04-25 05:30:45 +00:00
parent 921527b865
commit a2169b8f59
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "id";
version = "1.3.0";
version = "1.4.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "di";
repo = "id";
rev = "refs/tags/v${version}";
hash = "sha256-Yq8tlDh27UEd+NeYuxjPSL8Qh1i19BmF2ZTLJTzXt7E=";
hash = "sha256-lmUBy0hJAxfF65RcBP7tTizrg8j2Zypu4sKgOUQCYh8=";
};
nativeBuildInputs = [