python3Packages.explorerscript: 0.2.3 -> 0.2.4 (#461394)

This commit is contained in:
Nick Cao
2025-11-14 20:13:26 +00:00
committed by GitHub

View File

@@ -14,14 +14,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "explorerscript"; pname = "explorerscript";
version = "0.2.3"; version = "0.2.4";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "SkyTemple"; owner = "SkyTemple";
repo = "explorerscript"; repo = "explorerscript";
tag = version; tag = version;
hash = "sha256-fh40HCU12AVA3cZ5xvRott+93qo8VzHFsbPzTkoV3x4="; hash = "sha256-KjMPg3GfnEr2DtpHD/T3HKQWUM0WKTWKuv//3XXWShI=";
# Include a pinned antlr4 fork used as a C++ library # Include a pinned antlr4 fork used as a C++ library
fetchSubmodules = true; fetchSubmodules = true;
}; };