Commit 203bc5a2 authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.fastavro: 1.7.4 -> 1.8.2

parent af8cd5de
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "fastavro";
  version = "1.7.4";
  version = "1.8.2";
  format = "setuptools";

  disabled = pythonOlder "3.6";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = pname;
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-oAOqViIBtIVYO0AN/Ug7I97QExhFaeFoNJ/7tpN/49w=";
    hash = "sha256-UPnWVYiZJdP6r7Bm1H9DMXpLi26c9tpXeEkLXVJxWdM=";
  };

  preBuild = ''