mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
python312Packages.marimo: 0.11.13 -> 0.11.17 (#387880)
This commit is contained in:
commit
a76c90c333
1 changed files with 2 additions and 2 deletions
|
@ -33,13 +33,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "marimo";
|
pname = "marimo";
|
||||||
version = "0.11.13";
|
version = "0.11.17";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
# The github archive does not include the static assets
|
# The github archive does not include the static assets
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-5c74WT2/5XcIi77GWQkM9Mvsp3hSYeuMYlx0NgyCFHc=";
|
hash = "sha256-jKDNbBhDnQyzaPe1JLXpNZaIhQmt0/1LIurT5WAKiNc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ hatchling ];
|
build-system = [ hatchling ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue