Unverified Commit 430b23a0 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

gersemi: 0.19.1 -> 0.19.2 (#389545)

parents a29a7788 f460e680
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

python3Packages.buildPythonApplication rec {
  pname = "gersemi";
  version = "0.19.1";
  version = "0.19.2";

  src = fetchFromGitHub {
    owner = "BlankSpruce";
    repo = "gersemi";
    tag = version;
    hash = "sha256-W69K2PT02cAQ3NFlUfBzWkfRT4Bg5KKKsZq35ksuIhg=";
    hash = "sha256-lQafcZLTF/6SHC/NL1UnuilascjwqH4sX+kmCYHFDrw=";
  };

  propagatedBuildInputs = with python3Packages; [