python312Packages.ml-collections: 1.0.0 -> 1.1.0 (#402002)

This commit is contained in:
Samuel Ainsworth
2025-04-26 11:23:19 -04:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "ml-collections";
version = "1.0.0";
version = "1.1.0";
pyproject = true;
build-system = [ flit-core ];
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "google";
repo = "ml_collections";
tag = "v${version}";
hash = "sha256-QUhwkfffjA6gKd6lTmEgnnoUeJOu82mfFPBta9/iebg=";
hash = "sha256-G9+UBqHalzI3quR8T5NEgJs+ep60ffFw9vyTTZDeZ9M=";
};
dependencies = [