python3Packages.inform: 1.35 -> 1.36

This commit is contained in:
R. Ryantm
2026-01-11 23:12:49 +01:00
committed by Fabian Affolter
parent 48dc0df102
commit 1d127d34c1
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "inform";
version = "1.35";
version = "1.36";
format = "pyproject";
src = fetchFromGitHub {
owner = "KenKundert";
repo = "inform";
tag = "v${version}";
hash = "sha256-FQc8R4MJ5RKJi70ADboy2Lw6IwLaI3hup60GcnPxV60=";
hash = "sha256-x2xLEcywMaYhq/SWPVu48zTHJW3/MWujjr4y6/uEClU=";
};
nativeBuildInputs = [ flit-core ];