Skip to content

Commit

Permalink
python31{1,2}Packages.pysubs2: 1.7.3 -> 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelMuijsert committed Dec 24, 2024
1 parent 384d937 commit ac3cdad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pysubs2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit ac3cdad

Please sign in to comment.