Merge pull request #288745 from fabaff/pymicrobot-bump

python311Packages.pymicrobot: 0.0.12 -> 0.0.15
This commit is contained in:
Mario Rodas 2024-02-14 08:18:27 -05:00 committed by GitHub
commit 8703a7cb1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pymicrobot";
version = "0.0.12";
version = "0.0.15";
pyproject = true;
disabled = pythonOlder "3.9";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "PyMicroBot";
inherit version;
hash = "sha256-Ysg97ApwbraRn19Mn5pJsg91dzf/njnNZiBJQKZqIbQ=";
hash = "sha256-1uJetSJ4P4PcuvzBQBfkQHVIvLU+rdyEZDV2T28GKhg=";
};
nativeBuildInputs = [