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

Commits on Nov 2, 2019

  1. devpi-server: 5.1.0 -> 5.2.0

    r-ryantm authored and Jon committed Nov 2, 2019
    Copy the full SHA
    b95e29c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/devpi-server/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/devpi-server/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

python3Packages.buildPythonApplication rec {
pname = "devpi-server";
version = "5.1.0";
version = "5.2.0";

src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "254fceee846532a5fec4e6bf52a59eb8f236efc657678a542b5200da4bb3abbc";
sha256 = "1dapd0bis7pb4fzq5yva7spby5amcsgl1970z5nq1rlprf6qbydg";
};

propagatedBuildInputs = with python3Packages; [