gersemi: 0.10.0 -> 0.11.0

This commit is contained in:
xeals 2024-01-15 12:03:31 +11:00
parent 17013e425e
commit c3ae074b0e
Signed by: xeals
SSH Key Fingerprint: SHA256:pRv+8swQDA+/LuZ7NHj9m006BbKexlNK62OUA01ZZBc

View File

@ -5,12 +5,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "gersemi";
version = "0.10.0";
version = "0.11.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-Gd3wZNbBIYo2i0n1DlyHg3s5c+BBJ0nppMw8IVcfKUM=";
hash = "sha256-K8ZbVVYiEazdjbuAUa8r9lJyjOPt2jsKbUAovTx9XeY=";
};
# Remove dataclasses backport requirement since it doesn't work on newer