Commit db93b1e9 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.edalize: 0.6.0 -> 0.6.1

parent ebe4301c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "edalize";
  version = "0.6.0";
  version = "0.6.1";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "olofk";
    repo = pname;
    tag = "v${version}";
    hash = "sha256-TCMzvRWd2Fx2/7UtUGOwblLhRyTAqPp9s70Oyc3U3r0=";
    hash = "sha256-5c3Szq0tXQdlyzFTFCla44qB/O6RK8vezVOaFOv8sw4=";
  };

  postPatch = ''
@@ -102,7 +102,7 @@ buildPythonPackage rec {
    description = "Abstraction library for interfacing EDA tools";
    mainProgram = "el_docker";
    homepage = "https://github.com/olofk/edalize";
    changelog = "https://github.com/olofk/edalize/releases/tag/v${version}";
    changelog = "https://github.com/olofk/edalize/releases/tag/${src.tag}";
    license = licenses.bsd2;
    maintainers = with maintainers; [ astro ];
  };