python3Packages.whodap: 0.1.15 -> 0.1.16

This commit is contained in:
R. Ryantm
2026-04-25 17:21:31 +00:00
parent 52f6dbc26c
commit 2b6b1fe746
@@ -10,14 +10,14 @@
buildPythonPackage (finalAttrs: {
pname = "whodap";
version = "0.1.15";
version = "0.1.16";
pyproject = true;
src = fetchFromGitHub {
owner = "pogzyb";
repo = "whodap";
tag = "v${finalAttrs.version}";
hash = "sha256-PEKFO+mVGtagmH2rny8zorvi9/zadWh+fiJqBc/NA+E=";
hash = "sha256-ybJiAWrAcs/9/8WutqsHvwsiWxR+tJL9wcQRaOiUZNQ=";
};
postPatch = ''