Unverified Commit 7f39db5b authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

granian: 1.6.1 -> 1.6.2 (#351939)

parents 0d9ea99d 401069ce
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,20 +8,20 @@

python3Packages.buildPythonApplication rec {
  pname = "granian";
  version = "1.6.1";
  version = "1.6.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "emmett-framework";
    repo = "granian";
    rev = "v${version}";
    hash = "sha256-Cuojg2Ko+KH/279z7HGYEthrMAqLgmnoHGjZ8HL7unw=";
    hash = "sha256-BuGavjNgA2xsp1f1KGQ9JYmAYVL779EC5jDzuRXAjYg=";
  };

  cargoDeps = rustPlatform.fetchCargoTarball {
    inherit src;
    name = "${pname}-${version}";
    hash = "sha256-dRBjN0/EmQlGtQ1iGvSPE30KOHVlkWpjpMU2lpIGUdA=";
    hash = "sha256-x/qyNnIUqEgh8fyzn7g4dw7KQxn71l+vlar04PaVI7c=";
  };

  nativeBuildInputs = with rustPlatform; [