python310Packages.vsure: 2.6.0 -> 2.6.1

This commit is contained in:
R. Ryantm 2023-03-08 23:41:53 +00:00
parent 1e383aada5
commit bb9b8682d5

View File

@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "vsure";
version = "2.6.0";
version = "2.6.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-KMLW1270Xs9s2a4ROWTvwRpfr4n4RO9rIYlskNjGzFQ=";
hash = "sha256-D6Q76L1BVx5hpFSShP1rUOmgTogEO+6Jj5x8GaepC+c=";
};
propagatedBuildInputs = [