Unverified Commit 47503441 authored by Samuel Ainsworth's avatar Samuel Ainsworth Committed by GitHub
Browse files

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

parents e36d0d43 6876da5c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [