Unverified Commit 31eda4cd authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

gersemi: 0.15.1 -> 0.16.2 (#349019)

parents 392bf9ba 72adb59e
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.15.1";
  version = "0.16.2";

  src = fetchFromGitHub {
    owner = "BlankSpruce";
    repo = "gersemi";
    rev = version;
    hash = "sha256-MyiGmMITD6TlZ98qsSDalQWOWnpqelTrXKn6MmBGYS0=";
    hash = "sha256-B2mDtMLJTriSeeH0SLQ7qP/PyaNE5eTQ/mgm4S5B8g0=";
  };

  propagatedBuildInputs = with python3Packages; [