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

Merge pull request #270887 from fabaff/nibe-bump

python311Packages.nibe: 2.5.1 -> 2.5.2
parents eea5da70 6755f0e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "nibe";
  version = "2.5.1";
  version = "2.5.2";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "yozik04";
    repo = "nibe";
    rev = "refs/tags/${version}";
    hash = "sha256-9pnY3ssDLxPmMMRT6TexkGcYDTzuB5dAP8VHCTAwD7I=";
    hash = "sha256-qlGQtjRG92AhFY+sF3mB4ghIn4kydkbDOolLu9Qh0JM=";
  };

  nativeBuildInputs = [