gersemi: 0.19.3 -> 0.20.1 (#421965)

Co-authored-by: xeals <xeals@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] xeals and committed by GitHub 1603f246 28538532

+2 -2
+2 -2
pkgs/by-name/ge/gersemi/package.nix
··· 6 6 7 7 python3Packages.buildPythonApplication rec { 8 8 pname = "gersemi"; 9 - version = "0.19.3"; 9 + version = "0.20.1"; 10 10 format = "pyproject"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "BlankSpruce"; 14 14 repo = "gersemi"; 15 15 tag = version; 16 - hash = "sha256-CVb6ibO5+Tp0o+nB+bo9G9OKyB4L05wN1QiB9J4bOqY="; 16 + hash = "sha256-6lBUP+xi0owlD33TLTOlaIFBcfWTnsniK/9cQdo/ND4="; 17 17 }; 18 18 19 19 build-system = with python3Packages; [