python312Packages.marimo: 0.8.20 -> 0.8.22 (#345468)

This commit is contained in:
h7x4 2024-09-30 22:57:30 +02:00 committed by GitHub
commit 0b2660cea1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "marimo";
version = "0.8.20";
version = "0.8.22";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-sLGGNNhrtzxmJXe7E83gKU+e16yAutV6TqXZ9mriRdk=";
hash = "sha256-JSWsL0GIO+6DZAWnGej6LL3aApIjlIEyyEl0WEOh9Io=";
};
build-system = [ setuptools ];