python31{1,2}Packages.pysubs2: 1.7.3 -> 1.8.0

This commit is contained in:
Rafael Alexander Muijsert
2024-12-24 15:55:33 +01:00
parent 384d937025
commit ac3cdad539
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pysubs2";
version = "1.7.3";
version = "1.8.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "tkarabela";
repo = pname;
rev = version;
hash = "sha256-PrpN+w/gCi7S9OmD6kbbvL9VlZEfy1DbehFTwjxsibA=";
hash = "sha256-fKSb7MfBHGft8Tp6excjfkVXKnHRER11X0QxbR1zD4I=";
};
nativeBuildInputs = [ setuptools ];