about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-04-23 21:11:52 +0200
committerGitHub <noreply@github.com>2023-04-23 21:11:52 +0200
commit026aead7b4d582031b01c7677c7083e20ddc3312 (patch)
treec30e23f431e5fafb80b0f20f44593714fa6bd394
parent70c68b131c0c9a445eb0463126279d3548ec184a (diff)
parent01353a1ee12f0f98f1bd4f5a8dd6eafc84a57dd6 (diff)
Merge pull request #226488 from Luflosi/update/python3Packages.sphinxext-opengraph
-rw-r--r--pkgs/development/python-modules/sphinxext-opengraph/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/sphinxext-opengraph/default.nix b/pkgs/development/python-modules/sphinxext-opengraph/default.nix
index 4109e513dd356..dc66c1c44f4eb 100644
--- a/pkgs/development/python-modules/sphinxext-opengraph/default.nix
+++ b/pkgs/development/python-modules/sphinxext-opengraph/default.nix
@@ -11,7 +11,7 @@
 
 buildPythonPackage rec {
   pname = "sphinxext-opengraph";
-  version = "0.8.1";
+  version = "0.8.2";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
     owner = "wpilibsuite";
     repo = "sphinxext-opengraph";
     rev = "refs/tags/v${version}";
-    hash = "sha256-3q/OKkLtyA1Dw2PfTT4Fmzyn5qPbjprekpE7ItnFNUo=";
+    hash = "sha256-SrZTtVzEp4E87fzisWKHl8iRP49PWt5kkJq62CqXrBc=";
   };
 
   SETUPTOOLS_SCM_PRETEND_VERSION = version;