python312Packages.inform: 1.31 -> 1.32 (#358489)

This commit is contained in:
Weijia Wang 2024-11-29 17:22:25 +01:00 committed by GitHub
commit b32bafe364
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "inform";
version = "1.31";
version = "1.32";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "KenKundert";
repo = "inform";
rev = "refs/tags/v${version}";
hash = "sha256-o7yH7jCNn9gbcr7NMJVaYQOJ7hvwaY2ur1FyEP40Cco=";
hash = "sha256-RWcplWgGaIoiOZ28oPU4LtXQhwaTImc4bGHokHM5Kpg=";
};
nativeBuildInputs = [ flit-core ];