python312Packages.pymicrobot: 0.0.18 -> 0.0.22

Changelog: https://github.com/spycle/pyMicroBot/releases/tag/v0.0.22
This commit is contained in:
Fabian Affolter 2024-02-29 08:23:43 +01:00
parent ed8b02ec2b
commit 035a438bd8

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pymicrobot";
version = "0.0.18";
version = "0.0.22";
pyproject = true;
disabled = pythonOlder "3.9";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "PyMicroBot";
inherit version;
hash = "sha256-+CF1m/Z5txSOQSUp4TOCTS0fRNcL/zuWCpbox8yIOIk=";
hash = "sha256-8Nkkgznt4JzImJSAbdaX6znhvmgqwOIBjAXVhaMorLk=";
};
nativeBuildInputs = [