Commit d6f56f81 authored by R. RyanTM's avatar R. RyanTM Committed by Matej Urbas
Browse files

python3Packages.mypyllant: 0.9.8 -> 0.9.9

parent 420e0c8c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,14 +26,14 @@

buildPythonPackage rec {
  pname = "mypyllant";
  version = "0.9.8";
  version = "0.9.9";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "signalkraft";
    repo = "myPyllant";
    tag = "v${version}";
    hash = "sha256-eneAFJ4xRL8EKj8Act/YcW7Gx0B85u0g3LTWPlI/B/0=";
    hash = "sha256-wvqlTlcNy/ue2yfrQyS93vfRSOTsHbvARI+7BKuUuYs=";
  };

  build-system = [