python310Packages.lightning-utilities: 0.10.0 -> 0.10.1

This commit is contained in:
R. Ryantm
2023-12-28 04:09:46 +00:00
parent ddd6c029b5
commit 01e1f06d23
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "lightning-utilities";
version = "0.10.0";
version = "0.10.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "Lightning-AI";
repo = "utilities";
rev = "refs/tags/v${version}";
hash = "sha256-lp/+ArgoMIa7Q2ufWghr8OYUMlFcj8123Et73ORNI5U=";
hash = "sha256-kP7BllA9FR/nMNTxRCxmG6IJYHz/Nxqb1HoF9KxuKl8=";
};
nativeBuildInputs = [