0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python310Packages.lazy-loader: 0.2 -> 0.3

This commit is contained in:
R. Ryantm 2023-07-03 05:57:37 +00:00
parent 60fa9e3f4f
commit 118f623af4

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "lazy-loader";
version = "0.2";
version = "0.3";
format = "pyproject";
src = fetchFromGitHub {
owner = "scientific-python";
repo = "lazy_loader";
rev = "refs/tags/v${version}";
hash = "sha256-QiRJt2aR2mY1f9ci/p6jOyMeyrHPqRdh43l4Th5PYf8=";
hash = "sha256-Ky9EwPYt/wBqWXopH5WFjlVG+/Rd2gc+mlCeWqG7mZg=";
};
nativeBuildInputs = [