Merge pull request #218634 from r-ryantm/auto-update/python310Packages.ml-collections

python310Packages.ml-collections: 0.1.0 -> 0.1.1
This commit is contained in:
Samuel Ainsworth 2023-02-27 17:08:16 -05:00 committed by GitHub
commit f8b7170883
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,13 +19,13 @@ let
in
buildPythonPackage rec {
pname = "ml-collections";
version = "0.1.0";
version = "0.1.1";
# ml-collections does not have any git release tags. See https://github.com/google/ml_collections/issues/8.
src = fetchPypi {
inherit version;
pname = "ml_collections";
sha256 = "0g6gxfz8g6fh1sghys869ylxgpda9hq7ylc8jw05608l3k6pz8ar";
sha256 = "sha256-P+/McuxDOqHl0yMHo+R0u7Z/QFvoFOpSohZr/J2+aMw=";
};
# The pypi source archive does not include requirements.txt or