tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python311Packages.lightning-utilities: 0.9.0 -> 0.10.0
R. Ryantm
2 years ago
b571b728
cf4fee6f
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
lightning-utilities
default.nix
+2
-2
pkgs/development/python-modules/lightning-utilities/default.nix
reviewed
···
16
16
17
17
buildPythonPackage rec {
18
18
pname = "lightning-utilities";
19
19
-
version = "0.9.0";
19
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
26
-
hash = "sha256-vSeHtvsIt4L4qJCVlTPVjIjd62+08JWBnr9+9+ujOfw=";
26
26
+
hash = "sha256-lp/+ArgoMIa7Q2ufWghr8OYUMlFcj8123Et73ORNI5U=";
27
27
};
28
28
29
29
nativeBuildInputs = [