Skip to content

Commit 546aaa8

Browse files
committed
python312Packages.lml: 0.1.0 -> 0.2.0
1 parent b9a69c9 commit 546aaa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
buildPythonPackage rec {
1010
pname = "lml";
11-
version = "0.1.0";
11+
version = "0.2.0";
1212
format = "setuptools";
1313

1414
src = fetchPypi {
1515
inherit pname version;
16-
sha256 = "57a085a29bb7991d70d41c6c3144c560a8e35b4c1030ffb36d85fa058773bcc5";
16+
sha256 = "sha256-jdWvtDZ6WT0c2yFEoFh0zZk49SZr67DJ4UEyAEI8DXQ=";
1717
};
1818

1919
nativeCheckInputs = [

0 commit comments

Comments
 (0)