python3Packages.dvc-s3: 3.2.1 -> 3.2.2 (#419308)

authored by Nick Cao and committed by GitHub efa87813 e93dfe10

+2 -2
+2 -2
pkgs/development/python-modules/dvc-s3/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "dvc-s3"; 15 - version = "3.2.1"; 15 + version = "3.2.2"; 16 16 pyproject = true; 17 17 18 18 src = fetchPypi { 19 19 pname = "dvc_s3"; 20 20 inherit version; 21 - hash = "sha256-Q232TQJQaWOwIl1SctlZGFlfX4awrVqb7usQW7KsPSQ="; 21 + hash = "sha256-Dqcsm2sADf6hqDTUEGczts3HRdCm7h1cCluMg0RnFxY="; 22 22 }; 23 23 24 24 # Prevent circular dependency