mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
ao3downloader: 2026.6.1 -> 2026.7.0 (#538761)
This commit is contained in:
commit
c3cb325a8f
1 changed files with 2 additions and 2 deletions
|
|
@ -8,14 +8,14 @@
|
|||
# https://github.com/nianeyna/ao3downloader/blob/f8399bb8aca276ae7359157b90afd13925c90056/pyproject.toml#L8
|
||||
python312Packages.buildPythonApplication (finalAttrs: {
|
||||
pname = "ao3downloader";
|
||||
version = "2026.6.1";
|
||||
version = "2026.7.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nianeyna";
|
||||
repo = "ao3downloader";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-3SiJH594vjVahlW+wAzD+akRU7WLoQo+EIN9cxgAtks=";
|
||||
hash = "sha256-cyn4bWHKKfRGade8A1kAJRJzdcXCY46nGgVw5i0OUyQ=";
|
||||
};
|
||||
|
||||
build-system = with python312Packages; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue