Unverified Commit 86248c18 authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

python3Packages.pyte: 0.8.1 -> 0.8.2 (#347321)

parents 5fd3e51e e235294c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "pyte";
  version = "0.8.1";
  version = "0.8.2";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "selectel";
    repo = pname;
    rev = version;
    hash = "sha256-gLvsW4ou6bGq9CxT6XdX+r2ViMk7z+aejemrdLwJb3M=";
    hash = "sha256-u24ltX/LEteiZ2a/ioKqxV2AZgrFmKOHXmySmw21sLE=";
  };

  postPatch = ''