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

Commits on Jan 22, 2021

  1. python37Packages.azure-storage-blob: 12.7.0 -> 12.7.1

    r-ryantm authored and Jonathan Ringer committed Jan 22, 2021
    Copy the full SHA
    64e9915 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/azure-storage-blob/default.nix
Original file line number Diff line number Diff line change
@@ -11,12 +11,12 @@

buildPythonPackage rec {
pname = "azure-storage-blob";
version = "12.7.0";
version = "12.7.1";

src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "8194a5007ec1bda903d58bc976c98131ffd4b2f9a3b718f558c730c28ac152c6";
sha256 = "c6249f211684929ea6c9d34b5151b06d039775344f0d48fcf479736ed4c11b9e";
};

propagatedBuildInputs = [