python312Packages.webdataset: 0.2.100 -> 0.2.107 (#346340)

This commit is contained in:
h7x4
2024-10-04 18:30:56 +02:00
committed by GitHub
@@ -17,14 +17,14 @@
}:
buildPythonPackage rec {
pname = "webdataset";
version = "0.2.100";
version = "0.2.107";
pyproject = true;
src = fetchFromGitHub {
owner = "webdataset";
repo = "webdataset";
rev = "refs/tags/${version}";
hash = "sha256-+Rvb4VY4qBcVKM1CUkLZTQdlZklpHcuiMO8r6VNInLc=";
rev = "refs/tags/v${version}";
hash = "sha256-L9RUQItmW/7O/eTst2Sl/415EP4Jo662bKWbYA6p5bk=";
};
build-system = [