python310Packages.whatthepatch: 1.0.4 -> 1.0.5

This commit is contained in:
R. Ryantm
2023-05-07 12:47:05 +00:00
parent 78963777a4
commit 14c53f9db3
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "whatthepatch";
version = "1.0.4";
version = "1.0.5";
format = "pyproject";
src = fetchFromGitHub {
owner = "cscorley";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-pejph0WyhryS2injlFElFozIDl6zJeiENh6fqh6982s=";
hash = "sha256-1+OIs77Vyx56pgf7VSmi4UsPgkv8qZXFm8L2jK2CTMk=";
};
nativeBuildInputs = [