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: d682bbbd4a68
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 92558b8181b4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 27, 2020

  1. Copy the full SHA
    6b0d5ff View commit details

Commits on Jan 29, 2020

  1. Merge pull request #78636 from r-ryantm/auto-update/python3.7-minio

    python37Packages.minio: 5.0.5 -> 5.0.6
    marsam authored Jan 29, 2020
    Copy the full SHA
    92558b8 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/minio/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/minio/default.nix
Original file line number Diff line number Diff line change
@@ -3,11 +3,11 @@

buildPythonPackage rec {
pname = "minio";
version = "5.0.5";
version = "5.0.6";

src = fetchPypi {
inherit pname version;
sha256 = "a5886b3ccb9b46cb4a322a486e06674d1f287b773f20b24cdc3de8450ff935a7";
sha256 = "1p6gnbapwzpg7h0wv52fn4dd3dlhxl5qziadkiqjl8xaz8yp3vys";
};

disabled = !isPy3k;