We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b539370 commit 84a4b1bCopy full SHA for 84a4b1b
pkgs/by-name/ge/gersemi/package.nix
@@ -6,13 +6,13 @@
6
7
python3Packages.buildPythonApplication rec {
8
pname = "gersemi";
9
- version = "0.19.2";
+ version = "0.19.3";
10
11
src = fetchFromGitHub {
12
owner = "BlankSpruce";
13
repo = "gersemi";
14
tag = version;
15
- hash = "sha256-lQafcZLTF/6SHC/NL1UnuilascjwqH4sX+kmCYHFDrw=";
+ hash = "sha256-CVb6ibO5+Tp0o+nB+bo9G9OKyB4L05wN1QiB9J4bOqY=";
16
};
17
18
propagatedBuildInputs = with python3Packages; [
0 commit comments