gersemi: 0.22.2 -> 0.22.3

This commit is contained in:
R. Ryantm
2025-10-07 02:52:27 +00:00
parent 0bcf98ab2f
commit 8ebca0565f
+2 -2
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "gersemi";
version = "0.22.2";
version = "0.22.3";
format = "pyproject";
src = fetchFromGitHub {
owner = "BlankSpruce";
repo = "gersemi";
tag = version;
hash = "sha256-VxpKhNpJiDRRlp+yM5vSNCuVWOu/r+v/De7Uh9ivRTs=";
hash = "sha256-B45+j53p61+LTAw7C1h+9icc27zhoYittdxn7iDmZCo=";
};
build-system = with python3Packages; [