about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-08 02:42:40 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-12 18:24:56 +0100
commit4f00604791dff5f79cd2d5fcb249bbb4523e167a (patch)
treea4fcae0e25cf62252905819a3d0668cffdd79ffd /pkgs
parent00f0dfa0d618d311c8d7f99a42a6ddbe3439d324 (diff)
python3Packages.sphinxcontrib-websupport: 1.2.6 -> 1.2.7
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/sphinxcontrib-websupport/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/sphinxcontrib-websupport/default.nix b/pkgs/development/python-modules/sphinxcontrib-websupport/default.nix
index fec28e068154a..7371d8abdea81 100644
--- a/pkgs/development/python-modules/sphinxcontrib-websupport/default.nix
+++ b/pkgs/development/python-modules/sphinxcontrib-websupport/default.nix
@@ -8,13 +8,13 @@
 
 buildPythonPackage rec {
   pname = "sphinxcontrib-websupport";
-  version = "1.2.6";
+  version = "1.2.7";
   format = "pyproject";
 
   src = fetchPypi {
     pname = "sphinxcontrib_websupport";
     inherit version;
-    hash = "sha256-1ZK+jhEmG7vGRmjyWO/E/ULJOrYXQRFDtSRf4wxjPYw=";
+    hash = "sha256-4yKALr/V/nk2jv2GSuuHsGNWauYZEdzLJxTiikXtdWE=";
   };
 
   nativeBuildInputs = [