python310Packages.boilerpy3: 1.0.6 -> 1.0.7

This commit is contained in:
R. Ryantm 2023-11-04 08:09:04 +00:00
parent 36f5b2e42b
commit 869d4ec9ef

View File

@ -6,7 +6,7 @@
let
pname = "boilerpy3";
version = "1.0.6";
version = "1.0.7";
in
buildPythonPackage {
inherit pname version;
@ -18,7 +18,7 @@ buildPythonPackage {
owner = "jmriebold";
repo = "BoilerPy3";
rev = "refs/tags/v${version}";
hash = "sha256-hl2+XpSvVaHpq9RGMnSzWHCA8TtBQnYwDtEOia1Rl/A=";
hash = "sha256-dhAB0VbBGsSrgYGUlZEYaKA6sQB/f9Bb3alsRuQ8opo=";
};
postPatch = ''