python3Packages.paramax: 0.0.0 -> 0.0.3 (#407253)

This commit is contained in:
Gaétan Lepage
2025-05-15 15:41:08 +02:00
committed by GitHub
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "paramax";
version = "0.0.0";
version = "0.0.3";
pyproject = true;
src = fetchFromGitHub {
owner = "danielward27";
repo = "paramax";
tag = "v${version}";
hash = "sha256-w6F9XuQEwRfOei6gDAyCHt2HUY7I4H92AlEv1Xddv54=";
hash = "sha256-aPbYG3UGR8YbRa2GLLrZvYPxRK5LRGMF8HBTpaZmKds=";
};
build-system = [
@@ -46,7 +46,7 @@ buildPythonPackage rec {
];
meta = {
description = "A small library of paramaterizations and parameter constraints for PyTrees";
description = "Small library of paramaterizations and parameter constraints for PyTrees";
homepage = "https://github.com/danielward27/paramax";
changelog = "https://github.com/danielward27/paramax/releases/tag/v${version}";
license = lib.licenses.mit;