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.
2 parents 18bf2b6 + 84a4b1b commit 4a3f7c4Copy full SHA for 4a3f7c4
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