Unverified Commit f490651a authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

python3Packages.backrefs: 6.1 -> 6.2 (#493386)

parents 5ba3e0f5 4553b230
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "backrefs";
  version = "6.1";
  version = "6.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "facelessuser";
    repo = "backrefs";
    tag = version;
    hash = "sha256-MeQsEKHIB7WnITMUtRP4vLLr2DjvrorKHKWxgd07qko=";
    hash = "sha256-y0scI6FBvjuvWLx1V3AHiGhtLB2Mk7jCx4hEjOv+ETA=";
  };

  build-system = [