gersemi: 0.10.0 -> 0.11.0
This commit is contained in:
parent
17013e425e
commit
c3ae074b0e
@ -5,12 +5,12 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "gersemi";
|
pname = "gersemi";
|
||||||
version = "0.10.0";
|
version = "0.11.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-Gd3wZNbBIYo2i0n1DlyHg3s5c+BBJ0nppMw8IVcfKUM=";
|
hash = "sha256-K8ZbVVYiEazdjbuAUa8r9lJyjOPt2jsKbUAovTx9XeY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Remove dataclasses backport requirement since it doesn't work on newer
|
# Remove dataclasses backport requirement since it doesn't work on newer
|
||||||
|
Loading…
Reference in New Issue
Block a user