python3Packages.inform: 1.33 -> 1.34 (#408532)

authored by Weijia Wang and committed by GitHub 79b77bab 800a7ec8

+3 -3
+3 -3
pkgs/development/python-modules/inform/default.nix
··· 14 15 buildPythonPackage rec { 16 pname = "inform"; 17 - version = "1.33"; 18 format = "pyproject"; 19 20 disabled = pythonOlder "3.7"; ··· 23 owner = "KenKundert"; 24 repo = "inform"; 25 tag = "v${version}"; 26 - hash = "sha256-YX+YT3pocauIAsxsfIM+TchiXYMGYVwiE84NnXoZDqQ="; 27 }; 28 29 nativeBuildInputs = [ flit-core ]; ··· 54 allow you to simply and cleanly print different types of messages. 55 ''; 56 homepage = "https://inform.readthedocs.io"; 57 - changelog = "https://github.com/KenKundert/inform/blob/v${version}/doc/releases.rst"; 58 license = licenses.gpl3Only; 59 maintainers = with maintainers; [ jeremyschlatter ]; 60 };
··· 14 15 buildPythonPackage rec { 16 pname = "inform"; 17 + version = "1.34"; 18 format = "pyproject"; 19 20 disabled = pythonOlder "3.7"; ··· 23 owner = "KenKundert"; 24 repo = "inform"; 25 tag = "v${version}"; 26 + hash = "sha256-s4aaCCRwAUL/rISLNEEYfbXnNTS7MeQ1DfjRK1EPk6U="; 27 }; 28 29 nativeBuildInputs = [ flit-core ]; ··· 54 allow you to simply and cleanly print different types of messages. 55 ''; 56 homepage = "https://inform.readthedocs.io"; 57 + changelog = "https://github.com/KenKundert/inform/blob/${src.tag}/doc/releases.rst"; 58 license = licenses.gpl3Only; 59 maintainers = with maintainers; [ jeremyschlatter ]; 60 };