stm32loader: 0.5.0 -> 0.5.1

This commit is contained in:
Emily 2019-12-31 16:14:45 +00:00 committed by Frederik Rietdijk
parent 060bd74d3f
commit 31ef3b8ec5

View File

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "stm32loader";
version = "0.5.0";
version = "0.5.1";
src = fetchPypi {
inherit pname version;
sha256 = "1w6jg4dcyz6si6dcyx727sxi75wnl0j89xkiwqmsw286s1y8ijjw";
sha256 = "0135qzxlrivvkq6wgkw7shfz94n755qs2c1754p1hc2jk0nqayrg";
};
propagatedBuildInputs = [ progress pyserial ];