stig: 0.13.0a0 -> 0.14.0a0

R. Ryantm dc514814 cfab6305

+2 -2
+2 -2
pkgs/by-name/st/stig/package.nix
··· 10 pname = "stig"; 11 # This project has a different concept for pre release / alpha, 12 # Read the project's README for details: https://github.com/rndusr/stig#stig 13 - version = "0.13.0a0"; 14 pyproject = true; 15 16 src = fetchFromGitHub { 17 owner = "rndusr"; 18 repo = "stig"; 19 rev = "v${version}"; 20 - hash = "sha256-X7V6NpHJBRj8A1Z37XNPEvFfwIFPtqWaBm8hzkA8g6o="; 21 }; 22 23 build-system = with python3Packages; [
··· 10 pname = "stig"; 11 # This project has a different concept for pre release / alpha, 12 # Read the project's README for details: https://github.com/rndusr/stig#stig 13 + version = "0.14.0a0"; 14 pyproject = true; 15 16 src = fetchFromGitHub { 17 owner = "rndusr"; 18 repo = "stig"; 19 rev = "v${version}"; 20 + hash = "sha256-wColVJBr5oGYpN0RCh716qxKuaEhKxfl95cktZl9zMk="; 21 }; 22 23 build-system = with python3Packages; [