mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
forbidden: 11.2 -> 12.5
Diff: https://github.com/ivan-sincek/forbidden/compare/refs/tags/v11.2...v12.5 Changelog: https://github.com/ivan-sincek/forbidden/releases/tag/v12.5
This commit is contained in:
parent
2450bc7d10
commit
29eb2dfe4f
@ -5,14 +5,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "forbidden";
|
||||
version = "11.2";
|
||||
version = "12.5";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ivan-sincek";
|
||||
repo = "forbidden";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-XRN5zQgyBbMxDKAutW3XNIAbBVdAeXZtxsNbmjLyKRc=";
|
||||
hash = "sha256-ZxEkkg1gFs/pSAnrW85UqDQKczXqLW1q4kW58TagEA0=";
|
||||
};
|
||||
|
||||
build-system = with python3.pkgs; [
|
||||
@ -20,6 +20,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
];
|
||||
|
||||
dependencies = with python3.pkgs; [
|
||||
alive-progress
|
||||
colorama
|
||||
datetime
|
||||
pycurl
|
||||
|
Loading…
Reference in New Issue
Block a user