Unverified Commit 8925be24 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.pydaikin: 2.13.4 -> 2.13.6 (#338350)

parents 391664da 7e1c8855
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "pydaikin";
  version = "2.13.4";
  version = "2.13.6";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "fredrike";
    repo = "pydaikin";
    rev = "refs/tags/v${version}";
    hash = "sha256-zttn1AlKeLtDBxoJd15uYfi1V8FYIwbADm864jnpSQs=";
    hash = "sha256-b1dvPrtvYJuTZNUase4GgXFGq69QKJZoxUr2iuYShxk=";
  };

  build-system = [ setuptools ];