stig: 0.14.0a0 -> 0.14.1a0

This commit is contained in:
R. Ryantm
2025-12-09 21:29:26 +00:00
parent d0aeccbdd3
commit 37f5bb2143
+2 -2
View File
@@ -10,14 +10,14 @@ python3Packages.buildPythonApplication rec {
pname = "stig";
# This project has a different concept for pre release / alpha,
# Read the project's README for details: https://github.com/rndusr/stig#stig
version = "0.14.0a0";
version = "0.14.1a0";
pyproject = true;
src = fetchFromGitHub {
owner = "rndusr";
repo = "stig";
rev = "v${version}";
hash = "sha256-wColVJBr5oGYpN0RCh716qxKuaEhKxfl95cktZl9zMk=";
hash = "sha256-DwZG/HB2oyLtCL2uY8X2LnXU86OYCTh6BdY3rVheJgU=";
};
build-system = with python3Packages; [