Skip to content

Commit f170c23

Browse files
authored
gersemi: 0.18.2 -> 0.19.1 (#382397)
2 parents fe32cd6 + 4b1b3bc commit f170c23

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.18.2";
9+
version = "0.19.1";
1010

1111
src = fetchFromGitHub {
1212
owner = "BlankSpruce";
1313
repo = "gersemi";
1414
tag = version;
15-
hash = "sha256-yd6KbMmk/zVYcaJkZqS+XatJoTX9UzAlMt2jljF91/4=";
15+
hash = "sha256-W69K2PT02cAQ3NFlUfBzWkfRT4Bg5KKKsZq35ksuIhg=";
1616
};
1717

1818
propagatedBuildInputs = with python3Packages; [

0 commit comments

Comments
 (0)