Unverified Commit cad29b77 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #234666 from fabaff/pydaikin-bump

python311Packages.pydaikin: 2.9.0 -> 2.9.1
parents a402c8ff f4d48ec7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "pydaikin";
  version = "2.9.0";
  version = "2.9.1";
  format = "setuptools";

  disabled = pythonOlder "3.6";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "mustang51";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-cJkrBt4HRH2SX4YWo+gK4rd7uyZRzLUvFXJ6L5nxzeM=";
    hash = "sha256-HWJ+VHrSwdVN+PNp5NoqmDTVqb6RJy2Sr3zlrDuSBgA=";
  };

  propagatedBuildInputs = [