gersemi: 0.19.2 -> 0.19.3 (#403781)

Co-authored-by: xeals <xeals@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-05-03 05:10:41 +00:00 committed by GitHub
commit 4a3f7c41c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,13 +6,13 @@
python3Packages.buildPythonApplication rec {
pname = "gersemi";
version = "0.19.2";
version = "0.19.3";
src = fetchFromGitHub {
owner = "BlankSpruce";
repo = "gersemi";
tag = version;
hash = "sha256-lQafcZLTF/6SHC/NL1UnuilascjwqH4sX+kmCYHFDrw=";
hash = "sha256-CVb6ibO5+Tp0o+nB+bo9G9OKyB4L05wN1QiB9J4bOqY=";
};
propagatedBuildInputs = with python3Packages; [