python312Packages.inform: 1.31 -> 1.32

This commit is contained in:
R. Ryantm 2024-11-23 16:28:05 +00:00
parent 04f0c72e59
commit 198e6f212e

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 ];