Commit 739b7bb7 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.pyais: 2.9.4 -> 2.10.0

parent eeab2697
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "pyais";
  version = "2.9.4";
  version = "2.10.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -19,8 +19,8 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "M0r13n";
    repo = "pyais";
    tag = version;
    hash = "sha256-cuV3M8lI2Lw9iu4jLfMu/p3kfQO2TEnjjobMRj/Em78=";
    tag = "v${version}";
    hash = "sha256-/9huwpBO8rMBBOp4icSxRrVvCTSzKJp34brDFKgs+Vk=";
  };

  build-system = [ setuptools ];