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: 5103ebd8b8d1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: fe5f82fd99b6
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 11, 2020

  1. python36Packages.black: fix broken dependency

    In PR #96456, black was upgraded from 19.10b0 to 20.8b1.  This new version of
    black depends on the dataclasses module, but that was only introduced into the
    standard library in Python 3.7; earlier versions of Python require the backport
    package of the same name.  This commit addresses the missing dependency.
    kini authored and FRidh committed Dec 11, 2020
    Copy the full SHA
    fe5f82f View commit details
    Browse the repository at this point in the history