Skip to content

Commit 279c3ee

Browse files
committed
python312Packages.pcbnewtransition: 0.4.2 -> 0.5.0
1 parent 28efd1d commit 279c3ee

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/pcbnewtransition

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pcbnewtransition/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
}:
99
buildPythonPackage rec {
1010
pname = "pcbnewtransition";
11-
version = "0.4.2";
11+
version = "0.5.0";
1212
format = "setuptools";
1313

1414
disabled = pythonOlder "3.7";
1515

1616
src = fetchPypi {
1717
pname = "pcbnewTransition";
1818
inherit version;
19-
hash = "sha256-fFOzL80m92PcF9SC6NZ69OUuEJn1sl+mWVFjRorhS4M=";
19+
hash = "sha256-4XNcnQzUWpY0NEfS2bdtkedvG4lY79jaPe0QqTWNW6s=";
2020
};
2121

2222
propagatedBuildInputs = [ kicad ];

0 commit comments

Comments
 (0)