python311Packages.lazy-loader: 0.1 -> 0.2

This commit is contained in:
R. Ryantm
2023-04-26 13:56:51 +00:00
parent 1d5ff2163e
commit fbfbd97368
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "lazy-loader";
version = "0.1";
version = "0.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "scientific-python";
repo = "lazy_loader";
rev = "refs/tags/v${version}";
hash = "sha256-zMmDvAyCaTSMOXgCiLQ4Z/9Ro3k0qJxJPLLoNmK/dmE=";
hash = "sha256-QiRJt2aR2mY1f9ci/p6jOyMeyrHPqRdh43l4Th5PYf8=";
};
nativeBuildInputs = [