Unverified Commit 5a716d7d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

python310Packages.boilerpy3: 1.0.6 -> 1.0.7
parents bf5e2aba 869d4ec9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''