Skip to content

Commit

Permalink
python312Packages.pycaption: 2.2.11 -> 2.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 29, 2024
1 parent b4f7fb7 commit 371c908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pycaption/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

buildPythonPackage rec {
pname = "pycaption";
version = "2.2.11";
version = "2.2.12";

disabled = pythonOlder "3.8";

Expand All @@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "pbs";
repo = "pycaption";
rev = "refs/tags/${version}";
hash = "sha256-ae3aldx/8nRnqut7py2KmqETQuAUt2wpDwFA/30UiGg=";
hash = "sha256-vdSoqNWEubK0np14EiI/hRbrEx0722qg6Ggcpmhz8FM=";
};

nativeBuildInputs = [ setuptools ];
Expand Down

0 comments on commit 371c908

Please sign in to comment.