Merge pull request #220233 from r-ryantm/auto-update/python310Packages.vsure

python310Packages.vsure: 2.6.0 -> 2.6.1

authored by Fabian Affolter and committed by GitHub 256fc117 16bddcfb

+2 -2
+2 -2
pkgs/development/python-modules/vsure/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "vsure"; 10 - version = "2.6.0"; 10 + version = "2.6.1"; 11 11 format = "setuptools"; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - hash = "sha256-KMLW1270Xs9s2a4ROWTvwRpfr4n4RO9rIYlskNjGzFQ="; 15 + hash = "sha256-D6Q76L1BVx5hpFSShP1rUOmgTogEO+6Jj5x8GaepC+c="; 16 16 }; 17 17 18 18 propagatedBuildInputs = [