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 {
pname = "cewler";
version = "1.2.0";
version = "1.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "roys";
repo = "cewler";
rev = "v${version}";
hash = "sha256-lVI3p6YMugQ3yKHFNxISmUY7XZMuX/TXvVUoZfIeJog=";
hash = "sha256-Od9O71122jVwqZ5ntoBQQtyNQjt2RRbZT8DzWFPUN84=";
};
nativeBuildInputs = with python3.pkgs; [