python310Packages.cairo-lang: 0.9.1 -> 0.10.0

This commit is contained in:
Raito Bezarius 2022-09-05 23:35:35 +02:00
parent 51d2625b49
commit 20f50c5f55

View file

@ -29,11 +29,11 @@
buildPythonPackage rec {
pname = "cairo-lang";
version = "0.9.1";
version = "0.10.0";
src = fetchzip {
url = "https://github.com/starkware-libs/cairo-lang/releases/download/v${version}/cairo-lang-${version}.zip";
sha256 = "sha256-i4030QLG6PssfKD5FO4VrZxap19obMZ3Aa77p5MXlNY=";
sha256 = "sha256-+PE7RSKEGADbue63FoT6UBOwURJs7lBNkL7aNlpSxP8=";
};
# TODO: remove a substantial part when https://github.com/starkware-libs/cairo-lang/pull/88/files is merged.