Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 5c2d5800b824
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d56da56bf886
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 31, 2020

  1. pythonPackages.pdfminer_six: 20200720 -> 2020072

    ocrmypdf 11.0.1 requires pdfminer_six 2020072
    ivan authored and Jon committed Aug 31, 2020
    Copy the full SHA
    78167a2 View commit details
    Browse the repository at this point in the history
  2. ocrmypdf: 10.3.0 -> 11.0.1

    This fixes the build:
    
    ```
    ERROR: Could not find a version that satisfies the requirement img2pdf<0.4,>=0.3.0 (from ocrmypdf==10.3.0) (from versions: none)
    ERROR: No matching distribution found for img2pdf<0.4,>=0.3.0 (from ocrmypdf==10.3.0)
    builder for '/nix/store/1ggj5wwl92xickc7w5hfl3zrjfscxnf1-ocrmypdf-10.3.0.drv' failed with exit code 1
    error: build of '/nix/store/1ggj5wwl92xickc7w5hfl3zrjfscxnf1-ocrmypdf-10.3.0.drv' failed
    ```
    ivan authored and Jon committed Aug 31, 2020
    Copy the full SHA
    d56da56 View commit details
    Browse the repository at this point in the history