Unverified Commit fbe36304 authored by Justin Bedő's avatar Justin Bedő Committed by GitHub
Browse files

Merge pull request #258694 from r-ryantm/auto-update/python310Packages.pyfaidx

python310Packages.pyfaidx: 0.7.2.1 -> 0.7.2.2
parents e3948974 b98fd02f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,12 +12,12 @@

buildPythonPackage rec {
  pname = "pyfaidx";
  version = "0.7.2.1";
  version = "0.7.2.2";
  format = "pyproject";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-MPDSCp49UzU/sg62m34i5vAaU+1PIbPhfdQI8L5QUaA=";
    hash = "sha256-O3aTwFLIJpEAD+SpJHXbgv/DtachoSsQ37yHEZxLTTA=";
  };

  nativeBuildInputs = [