python3Packages.lookup-license: 0.1.30 -> 0.1.31

This commit is contained in:
R. Ryantm
2026-08-20 00:26:26 +00:00
parent 2a8ed3067f
commit 5c35a67f66

View File

@@ -25,7 +25,7 @@
buildPythonPackage (finalAttrs: {
pname = "lookup-license";
version = "0.1.30";
version = "0.1.31";
pyproject = true;
__structuredAttrs = true;
@@ -33,7 +33,7 @@ buildPythonPackage (finalAttrs: {
owner = "hesa";
repo = "lookup-license";
tag = finalAttrs.version;
hash = "sha256-zFDqh62bjYkO3Duze3suS8LlrlzuqQes7ZaH+9G+yQ4=";
hash = "sha256-0Etl+5j1CZdqGJZywXx4V6kKZheSucAyXkmy0PBgArI=";
};
build-system = [