0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

cewler: 1.2.0 -> 1.3.1

This commit is contained in:
R. Ryantm 2025-04-17 17:06:40 +00:00
parent d5b441b83f
commit 3429b725d7

View file

@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "cewler"; pname = "cewler";
version = "1.2.0"; version = "1.3.1";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "roys"; owner = "roys";
repo = "cewler"; repo = "cewler";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-lVI3p6YMugQ3yKHFNxISmUY7XZMuX/TXvVUoZfIeJog="; hash = "sha256-Od9O71122jVwqZ5ntoBQQtyNQjt2RRbZT8DzWFPUN84=";
}; };
nativeBuildInputs = with python3.pkgs; [ nativeBuildInputs = with python3.pkgs; [