mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
newelle: 0.9.7 -> 0.9.8 (#415159)
Co-authored-by: emaryn <emaryn@users.noreply.github.com>
This commit is contained in:
commit
eaea8aa7df
1 changed files with 2 additions and 2 deletions
|
@ -20,14 +20,14 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "newelle";
|
pname = "newelle";
|
||||||
version = "0.9.7";
|
version = "0.9.8";
|
||||||
pyproject = false; # uses meson
|
pyproject = false; # uses meson
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "qwersyk";
|
owner = "qwersyk";
|
||||||
repo = "Newelle";
|
repo = "Newelle";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-h0dWjnUqWcPdSbR60HF2KvQxUyYeR3qHf2GMHt/kSm0=";
|
hash = "sha256-VyUng/ZX8+wInRX705IWdBgTbX439R60h62ONdpZ0+8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue