Commit b3e54be7 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 8a3f23ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

buildPythonPackage rec {
  pname = "pynobo";
  version = "1.8.0";
  version = "1.8.1";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
    owner = "echoromeo";
    repo = "pynobo";
    rev = "refs/tags/v${version}";
    hash = "sha256-Hfyf7XGleDWTKKWNlItcBFuiS3UEwsYed7v5FPRdC0w=";
    hash = "sha256-OSgpT9CLkfnv1BLAJApZUs3vMc1WE2eG7ZrinCLy/0U=";
  };

  build-system = [