snapcraft: 8.9.2 -> 8.9.4

This commit is contained in:
Jon Seager
2025-06-14 14:00:30 +01:00
parent 6f4d3e3c2c
commit 4508894dbd
+3 -2
View File
@@ -14,7 +14,7 @@
python312Packages.buildPythonApplication rec {
pname = "snapcraft";
version = "8.9.2";
version = "8.9.4";
pyproject = true;
@@ -22,7 +22,7 @@ python312Packages.buildPythonApplication rec {
owner = "canonical";
repo = "snapcraft";
tag = version;
hash = "sha256-4Dv2q/aKWnQkQ6ANYev/5fT1fFKh1MytYJtHK0iAzhk=";
hash = "sha256-iiz+sVncztaCNndU+4YMhxECw7R6ks+25apRnd0WgyM=";
};
patches = [
@@ -111,6 +111,7 @@ python312Packages.buildPythonApplication rec {
"docutils"
"jsonschema"
"pygit2"
"requests"
"urllib3"
"validators"
];