Merge pull request #276173 from r-ryantm/auto-update/python310Packages.webdataset

python310Packages.webdataset: 0.2.79 -> 0.2.86
This commit is contained in:
Mario Rodas 2023-12-24 11:09:27 -05:00 committed by GitHub
commit d077ace0b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,14 +16,14 @@
}:
buildPythonPackage rec {
pname = "webdataset";
version = "0.2.79";
version = "0.2.86";
pyproject = true;
src = fetchFromGitHub {
owner = "webdataset";
repo = "webdataset";
rev = version;
hash = "sha256-EfQoHlJ+1spQWZkjS1hwERVUHfjGHDFxE0D+VLujJW8=";
rev = "refs/tags/${version}";
hash = "sha256-aTjxoSoQ9LH4gcFmV+7Aj0HNIpvsFHTrxFUpAtB3nkM=";
};
nativeBuildInputs = [