Skip to content

Commit 5706c2f

Browse files
authored
Merge pull request #334574 from r-ryantm/auto-update/python312Packages.inform
python312Packages.inform: 1.30 -> 1.31
2 parents 299be9a + 6796b81 commit 5706c2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/inform/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
buildPythonPackage rec {
1515
pname = "inform";
16-
version = "1.30";
16+
version = "1.31";
1717
format = "pyproject";
1818

1919
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
2222
owner = "KenKundert";
2323
repo = "inform";
2424
rev = "refs/tags/v${version}";
25-
hash = "sha256-6Yx9ZdmrFApJ6zBiC8Q++hlATVqjriJLS2KsqC0IBCk=";
25+
hash = "sha256-o7yH7jCNn9gbcr7NMJVaYQOJ7hvwaY2ur1FyEP40Cco=";
2626
};
2727

2828
nativeBuildInputs = [ flit-core ];

0 commit comments

Comments
 (0)