python312Packages.linear-operator: 0.5.3 -> 0.6

This commit is contained in:
R. Ryantm
2025-02-04 11:13:32 -05:00
committed by Dmitry Kalinkin
parent 098d23f256
commit bd41ef4c2a
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "linear-operator";
version = "0.5.3";
version = "0.6";
pyproject = true;
src = fetchFromGitHub {
owner = "cornellius-gp";
repo = "linear_operator";
tag = "v${version}";
hash = "sha256-fKDVaHyaneV6MafJd/RT2InZO5cuYoC36YgzQhfIH8g=";
hash = "sha256-qBC7wrpcZ8ViFqIOSd2F8heeBRQxrac/l33srHhNaIM=";
};
build-system = [