spec-kit: 0.0.86 -> 0.0.90

This commit is contained in:
R. Ryantm
2025-12-05 08:03:36 +00:00
parent e019ef2611
commit 31f78e5cec
+2 -2
View File
@@ -7,13 +7,13 @@
python3Packages.buildPythonApplication rec {
pname = "spec-kit";
version = "0.0.86";
version = "0.0.90";
src = fetchFromGitHub {
owner = "github";
repo = "spec-kit";
tag = "v${version}";
hash = "sha256-zgiJN7rzD5x/xpL6CMvxITy+/YTu1TKk26UhhQ/s5V8=";
hash = "sha256-ulAii6//DT9uqLxYk6qmX6dwWWjhuARbBmjH5u1YGGM=";
};
pyproject = true;