We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 299be9a + 6796b81 commit 5706c2fCopy full SHA for 5706c2f
pkgs/development/python-modules/inform/default.nix
@@ -13,7 +13,7 @@
13
14
buildPythonPackage rec {
15
pname = "inform";
16
- version = "1.30";
+ version = "1.31";
17
format = "pyproject";
18
19
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
22
owner = "KenKundert";
23
repo = "inform";
24
rev = "refs/tags/v${version}";
25
- hash = "sha256-6Yx9ZdmrFApJ6zBiC8Q++hlATVqjriJLS2KsqC0IBCk=";
+ hash = "sha256-o7yH7jCNn9gbcr7NMJVaYQOJ7hvwaY2ur1FyEP40Cco=";
26
};
27
28
nativeBuildInputs = [ flit-core ];
0 commit comments