gersemi: 0.19.3 -> 0.20.1
This commit is contained in:
parent
58d0845753
commit
3f8900135b
@ -6,14 +6,14 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "gersemi";
|
pname = "gersemi";
|
||||||
version = "0.19.3";
|
version = "0.20.1";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "BlankSpruce";
|
owner = "BlankSpruce";
|
||||||
repo = "gersemi";
|
repo = "gersemi";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-CVb6ibO5+Tp0o+nB+bo9G9OKyB4L05wN1QiB9J4bOqY=";
|
hash = "sha256-6lBUP+xi0owlD33TLTOlaIFBcfWTnsniK/9cQdo/ND4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = with python3Packages; [
|
build-system = with python3Packages; [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user