mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
stig: 0.14.1a0 -> 0.14.2a0
This commit is contained in:
parent
28d4faad49
commit
6d59678cd9
1 changed files with 2 additions and 2 deletions
|
|
@ -10,14 +10,14 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
|||
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.1a0";
|
||||
version = "0.14.2a0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "rndusr";
|
||||
repo = "stig";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-DwZG/HB2oyLtCL2uY8X2LnXU86OYCTh6BdY3rVheJgU=";
|
||||
hash = "sha256-g37be8EiuQGnGC6uKNadtG9Z78f+NutHHpAwzGcsmD8=";
|
||||
};
|
||||
|
||||
build-system = with python3Packages; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue