lol

python311Packages.lightning-utilities: 0.9.0 -> 0.10.0

+2 -2
+2 -2
pkgs/development/python-modules/lightning-utilities/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "lightning-utilities"; 19 - version = "0.9.0"; 19 + version = "0.10.0"; 20 20 format = "pyproject"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "Lightning-AI"; 24 24 repo = "utilities"; 25 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-vSeHtvsIt4L4qJCVlTPVjIjd62+08JWBnr9+9+ujOfw="; 26 + hash = "sha256-lp/+ArgoMIa7Q2ufWghr8OYUMlFcj8123Et73ORNI5U="; 27 27 }; 28 28 29 29 nativeBuildInputs = [