nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python311Packages.adlfs: 2023.8.0 -> 2023.9.0

Diff: https://github.com/fsspec/adlfs/compare/refs/tags/2023.8.0...2023.9.0

Changelog: https://github.com/fsspec/adlfs/blob/2023.9.0/CHANGELOG.md

+2 -2
+2 -2
pkgs/development/python-modules/adlfs/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "adlfs"; 15 - version = "2023.8.0"; 15 + version = "2023.9.0"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.7"; ··· 21 21 owner = "fsspec"; 22 22 repo = pname; 23 23 rev = "refs/tags/${version}"; 24 - hash = "sha256-ZPHB01CiBYiNoii73zVecq1l0WCqB2CzhhhaBeetb4g="; 24 + hash = "sha256-gu0qGaOIi5U8CtuhTfbX+AjyYSS6psPrJCM1ZqVe8Ww="; 25 25 }; 26 26 27 27 propagatedBuildInputs = [