Skip to content

Commit 4ac9180

Browse files
committed
python312Packages.pvlib: 0.11.1 -> 0.11.2
1 parent 9ceb117 commit 4ac9180

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pvlib/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121

2222
buildPythonPackage rec {
2323
pname = "pvlib";
24-
version = "0.11.1";
24+
version = "0.11.2";
2525
pyproject = true;
2626

2727
disabled = pythonOlder "3.7";
2828

2929
src = fetchPypi {
3030
inherit pname version;
31-
hash = "sha256-0C29pRXyvlTv0uMoOVJ8D4Lp+ZAotGBWX6ytBorIV0o=";
31+
hash = "sha256-NxZF9OZsJ45s8rGySHxiwrrUef9iom7YRCFtD4Q89cw=";
3232
};
3333

3434
build-system = [

0 commit comments

Comments
 (0)