savepagenow: 1.1.1 -> 1.3.0
Changelog: https://github.com/palewire/savepagenow/releases/tag/1.3.0 Changelog: https://github.com/palewire/savepagenow/releases/tag/1.2.3 Changelog: https://github.com/palewire/savepagenow/releases/tag/1.2.2 Changelog: https://github.com/palewire/savepagenow/releases/tag/1.2.1 Changelog: https://github.com/palewire/savepagenow/releases/tag/1.2.0
This commit is contained in:
parent
71d8c89d62
commit
874a0b473b
@ -6,17 +6,19 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "savepagenow";
|
||||
version = "1.1.1";
|
||||
version = "1.3.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pastpages";
|
||||
repo = "savepagenow";
|
||||
rev = "v${version}";
|
||||
sha256 = "1lz6rc47cds9rb35jdf8n13gr61wdkh5jqzx4skikm1yrqkwjyhm";
|
||||
tag = version;
|
||||
sha256 = "sha256-omQ28GqgBKC8W51c0qb6Tg06obXskyfF+2dg/13ah1M=";
|
||||
};
|
||||
|
||||
build-system = with python3Packages; [ setuptools ];
|
||||
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||
|
||||
build-system = with python3Packages; [ setuptools-scm ];
|
||||
|
||||
dependencies = with python3Packages; [
|
||||
click
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user