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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c9d124e39dbe
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6f7e39c76844
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jul 7, 2020

  1. setupcfg2nix: Bump to 2.0.1.

    Fixes #83814
    
    (cherry picked from commit 0a7c10f)
    shlevy committed Jul 7, 2020
    Copy the full SHA
    6f7e39c View commit details
Showing with 2 additions and 3 deletions.
  1. +1 −2 pkgs/development/tools/setupcfg2nix/default.nix
  2. +1 −1 pkgs/development/tools/setupcfg2nix/info.nix
3 changes: 1 addition & 2 deletions pkgs/development/tools/setupcfg2nix/default.nix
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ buildSetupcfg rec {
owner = "target";
repo = "setupcfg2nix";
rev = info.version;
sha256 = "1zn9njpzwhwikrirgjlyz6ys3xr8gq61ry8blmnpscqvhsdhxcs6";
sha256 = "1rj227vxybwp9acwnpwg9np964b1qcw2av3qmx00isnrw5vcps8m";
};
application = true;
meta = {
@@ -15,6 +15,5 @@ buildSetupcfg rec {
license = lib.licenses.mit;
platforms = lib.platforms.all;
maintainers = [ lib.maintainers.shlevy ];
broken = true;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/tools/setupcfg2nix/info.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
pname = ''setupcfg2nix'';
version = ''1.1.0'';
version = ''2.0.1'';
install_requires = [
''setuptools''
];