Unverified Commit 8c494b86 authored by dish's avatar dish Committed by GitHub
Browse files

python3Packages.pyvo: 1.7.1 -> 1.8 (#461818)

parents 5b57328d f6b9610a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "pyvo";
  version = "1.7.1";
  version = "1.8";
  pyproject = true;

  disabled = pythonOlder "3.8"; # according to setup.cfg

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-Qd2PEZHdC9rTw1t25twOUDGYIcv3CQBThiZffxnfIf8=";
    hash = "sha256-ZvSIn9jjnd30b+SYYV02FW1JT2or7FOIa68cLFQyKGE=";
  };

  build-system = [