python3Packages.skytemple-files: 1.8.3 -> 1.8.5

This commit is contained in:
marius david
2025-05-04 12:12:21 +02:00
parent cfc34d5c45
commit 4f5893d910
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "skytemple-files";
version = "1.8.3";
version = "1.8.5";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "SkyTemple";
repo = "skytemple-files";
rev = version;
hash = "sha256-4ENuYq074j/VdzLyrGVCGaZhoStwlgJWTqGbrt20A3Q=";
hash = "sha256-s7r6wS7H19+is3CFr+dLaTiq0N/gaO/8IFknmr+OAJk=";
# Most patches are in submodules
fetchSubmodules = true;
};