python312Packages.pcbnewtransition: 0.4.2 -> 0.5.0 (#377580)
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user