This commit is contained in:
death916 2026-01-29 03:16:56 -08:00
parent 392d1062ae
commit 0e4d8fbc9a

View file

@ -13,13 +13,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "c2cscrape"; pname = "c2cscrape";
version = "0.1.3"; version = "0.1.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "death916"; owner = "death916";
repo = "c2cscrape"; repo = "c2cscrape";
rev = "872686e9d55789986f685503695a3622aafda7e6"; rev = "659312a0bb4bca4ce5f47a639d6430d1053b15a0";
hash = "sha256-wBvX4P8j+2nz8+WimSBSPKqCuC5uD6TT52xR+6dQ+ns="; hash = "";
}; };
format = "other"; format = "other";