Skip to content

Commit 84a4b1b

Browse files
committed
gersemi: 0.19.2 -> 0.19.3
1 parent b539370 commit 84a4b1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ge/gersemi/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
python3Packages.buildPythonApplication rec {
88
pname = "gersemi";
9-
version = "0.19.2";
9+
version = "0.19.3";
1010

1111
src = fetchFromGitHub {
1212
owner = "BlankSpruce";
1313
repo = "gersemi";
1414
tag = version;
15-
hash = "sha256-lQafcZLTF/6SHC/NL1UnuilascjwqH4sX+kmCYHFDrw=";
15+
hash = "sha256-CVb6ibO5+Tp0o+nB+bo9G9OKyB4L05wN1QiB9J4bOqY=";
1616
};
1717

1818
propagatedBuildInputs = with python3Packages; [

0 commit comments

Comments
 (0)