about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-02 21:59:09 +0200
committerGitHub <noreply@github.com>2024-05-02 21:59:09 +0200
commit40eebde91d2b592fb3f1a278aab53cc9fe999768 (patch)
tree59d725b94a5237e68feb375a9cdb58bc4cc6a703
parent6bc02f665079046d6df99997885adc4eda8d672f (diff)
parent609df6f218a34e448393ec16c08e269a77f8eece (diff)
Merge pull request #308563 from r-ryantm/auto-update/marimo
marimo: 0.4.7 -> 0.4.10
-rw-r--r--pkgs/development/python-modules/marimo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/marimo/default.nix b/pkgs/development/python-modules/marimo/default.nix
index 47ee0ed04f8c..54f6fd858e35 100644
--- a/pkgs/development/python-modules/marimo/default.nix
+++ b/pkgs/development/python-modules/marimo/default.nix
@@ -19,14 +19,14 @@
 
 buildPythonPackage rec {
   pname = "marimo";
-  version = "0.4.7";
+  version = "0.4.10";
   pyproject = true;
 
   disabled = pythonOlder "3.8";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-shB7TIllXRja0RNLu+IyvFBQViee4Ypj5KGWh3AlMB4=";
+    hash = "sha256-F6Hf8KPIkXuRhO/1mVHE1wfU6//vbUK1ghoqANmZjag=";
   };
 
   build-system = [