Unverified Commit f4236891 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

newelle: 1.0.1 -> 1.1.0 (#452824)

parents da82c13f 03d7faf9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
}:

let
  version = "1.0.1";
  version = "1.1.0";
in
python3Packages.buildPythonApplication {
  pname = "newelle";
@@ -31,7 +31,7 @@ python3Packages.buildPythonApplication {
    owner = "qwersyk";
    repo = "Newelle";
    tag = version;
    hash = "sha256-l/eNf1KLZeuDWf1A/5Y8fggOovKmjW6UFNMvNxuJXkc=";
    hash = "sha256-gI4HNzbIM/1ZTPWondi8tCMZOlNt/SzrTIeppY7uLDM=";
  };

  postPatch = ''