gersemi: 0.19.3 -> 0.20.1 (#421965)

Co-authored-by: xeals <xeals@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-13 11:51:52 +00:00 committed by GitHub
commit 1603f246e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "gersemi";
version = "0.19.3";
version = "0.20.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "BlankSpruce";
repo = "gersemi";
tag = version;
hash = "sha256-CVb6ibO5+Tp0o+nB+bo9G9OKyB4L05wN1QiB9J4bOqY=";
hash = "sha256-6lBUP+xi0owlD33TLTOlaIFBcfWTnsniK/9cQdo/ND4=";
};
build-system = with python3Packages; [