Merge pull request #265407 from r-ryantm/auto-update/python310Packages.boilerpy3

python310Packages.boilerpy3: 1.0.6 -> 1.0.7
This commit is contained in:
Nick Cao
2023-11-04 10:49:55 -04:00
committed by GitHub
@@ -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 = ''