python3Packages.whatthepatch: 1.0.3 -> 1.0.4

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:59 +01:00
parent 133a989aa9
commit 0fc5734eee

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "whatthepatch";
version = "1.0.3";
version = "1.0.4";
format = "pyproject";
src = fetchFromGitHub {
owner = "cscorley";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-P4SYSMdDjwXOmre3hXKS4gQ0OS9pz0SWqBeD/WQMQFw=";
hash = "sha256-pejph0WyhryS2injlFElFozIDl6zJeiENh6fqh6982s=";
};
nativeBuildInputs = [