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

python312Packages.pcbnewtransition: 0.4.2 -> 0.5.0 (#377580)

parents 82d30bc8 279c3ee6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
}:
buildPythonPackage rec {
  pname = "pcbnewtransition";
  version = "0.4.2";
  version = "0.5.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "pcbnewTransition";
    inherit version;
    hash = "sha256-fFOzL80m92PcF9SC6NZ69OUuEJn1sl+mWVFjRorhS4M=";
    hash = "sha256-4XNcnQzUWpY0NEfS2bdtkedvG4lY79jaPe0QqTWNW6s=";
  };

  propagatedBuildInputs = [ kicad ];