Merge pull request #336289 from drupol/typstwriter/bump/0-2
typstwriter: 0.1 -> 0.2
This commit is contained in:
commit
d9a8d4e344
@ -6,14 +6,14 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "typstwriter";
|
pname = "typstwriter";
|
||||||
version = "0.1";
|
version = "0.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Bzero";
|
owner = "Bzero";
|
||||||
repo = "typstwriter";
|
repo = "typstwriter";
|
||||||
rev = "V${version}";
|
rev = "V${version}";
|
||||||
hash = "sha256-xgBBZTViMzYgxaYb24druUwLqVWdf9utCETC+goLqYk=";
|
hash = "sha256-LhK1e6q7nmk13ZW55/1uEKhg7stQLIs+2bdFJDc24bg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ python3.pkgs.flit-core ];
|
build-system = [ python3.pkgs.flit-core ];
|
||||||
|
Loading…
Reference in New Issue
Block a user