Skip to content

Commit 246216e

Browse files
committed
python3Packages.afdko: 3.9.0 -> 3.9.1
1 parent feeeab9 commit 246216e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

1515
buildPythonPackage rec {
1616
pname = "afdko";
17-
version = "3.9.0";
17+
version = "3.9.1";
1818

1919
disabled = pythonOlder "3.7";
2020

2121
src = fetchPypi {
2222
inherit pname version;
23-
sha256 = "1fjsaz6bp028fbmry6fzfcih78mdzycqmky1wsz5y0bg4kfk4shh";
23+
sha256 = "sha256-AtRNaZzn9BoNIjvKhS7rsYVfHw26JKKUFqO/6TcBIkw=";
2424
};
2525

2626
format = "pyproject";

0 commit comments

Comments
 (0)