From fb41cbe4a49be39750813d1c9efe9dd53cbe3965 Mon Sep 17 00:00:00 2001 From: Naveen Date: Thu, 24 Aug 2023 00:05:49 +0000 Subject: [PATCH] AU: 1 updated - sphinx [skip ci] https://gist.github.com/naveen521kk/64dce37e90a24ba0020575871cbb2b2f/992c08462d3af92fea4c8f569d60738abea51574 --- sphinx/sphinx.nuspec | 2 +- sphinx/tools/chocolateyinstall.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sphinx/sphinx.nuspec b/sphinx/sphinx.nuspec index 7e97c29..3f30717 100644 --- a/sphinx/sphinx.nuspec +++ b/sphinx/sphinx.nuspec @@ -4,7 +4,7 @@ sphinx Sphinx - 7.2.2 + 7.2.3 Georg Brandl naveen521kk https://www.sphinx-doc.org diff --git a/sphinx/tools/chocolateyinstall.ps1 b/sphinx/tools/chocolateyinstall.ps1 index 4da7394..7cd6dbf 100644 --- a/sphinx/tools/chocolateyinstall.ps1 +++ b/sphinx/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ Update-SessionEnvironment -$version = '7.2.2' +$version = '7.2.3' $proxy = Get-EffectiveProxy if ($proxy) {