Skip to content

Commit 44f8524

Browse files
python31{1,2}Packages.pysubs2: 1.7.3 -> 1.8.0 (#367935)
2 parents 34ecfa1 + ac3cdad commit 44f8524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pysubs2/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
buildPythonPackage rec {
1010
pname = "pysubs2";
11-
version = "1.7.3";
11+
version = "1.8.0";
1212
format = "pyproject";
1313

1414
src = fetchFromGitHub {
1515
owner = "tkarabela";
1616
repo = pname;
1717
rev = version;
18-
hash = "sha256-PrpN+w/gCi7S9OmD6kbbvL9VlZEfy1DbehFTwjxsibA=";
18+
hash = "sha256-fKSb7MfBHGft8Tp6excjfkVXKnHRER11X0QxbR1zD4I=";
1919
};
2020

2121
nativeBuildInputs = [ setuptools ];

0 commit comments

Comments
 (0)