about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-20 16:57:04 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-20 16:57:04 +0000
commit596f7d69083613eb1db6ec5aa13499a69e9415d3 (patch)
tree9528cc8c8cbb90173dde0d1c06070082c4a93b52
parent06638ebb486415a62f5b39d9555ceb5bfafc0dd2 (diff)
downloadnixlib-596f7d69083613eb1db6ec5aa13499a69e9415d3.tar
nixlib-596f7d69083613eb1db6ec5aa13499a69e9415d3.tar.gz
nixlib-596f7d69083613eb1db6ec5aa13499a69e9415d3.tar.bz2
nixlib-596f7d69083613eb1db6ec5aa13499a69e9415d3.tar.lz
nixlib-596f7d69083613eb1db6ec5aa13499a69e9415d3.tar.xz
nixlib-596f7d69083613eb1db6ec5aa13499a69e9415d3.tar.zst
nixlib-596f7d69083613eb1db6ec5aa13499a69e9415d3.zip
python311Packages.pycaption: 2.2.4 -> 2.2.5
-rw-r--r--pkgs/development/python-modules/pycaption/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pycaption/default.nix b/pkgs/development/python-modules/pycaption/default.nix
index c6d65db362ae..3384ad516b5f 100644
--- a/pkgs/development/python-modules/pycaption/default.nix
+++ b/pkgs/development/python-modules/pycaption/default.nix
@@ -13,7 +13,7 @@
 
 buildPythonPackage rec {
   pname = "pycaption";
-  version = "2.2.4";
+  version = "2.2.5";
 
   disabled = pythonOlder "3.8";
 
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     owner = "pbs";
     repo = "pycaption";
     rev = "refs/tags/${version}";
-    hash = "sha256-aUhNvqeSNtbnRVp4yxsk4q3szNfR0m1zo0MpkBOCokY=";
+    hash = "sha256-zI5zRjvtsVgiIgWsQQgBQHhbYSGRBB6RLYgpbZWJQHs=";
   };
 
   nativeBuildInputs = [