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

Commits on Apr 2, 2019

  1. python37Packages.altair: 2.3.0 -> 2.4.1

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/python3.7-altair/versions
    r-ryantm committed Apr 2, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    eps1lon Sebastian "Sebbie" Silbermann
    Copy the full SHA
    7078038 View commit details

Commits on Apr 3, 2019

  1. Merge pull request #58764 from r-ryantm/auto-update/python3.7-altair

    python37Packages.altair: 2.3.0 -> 2.4.1
    ryantm authored Apr 3, 2019
    Copy the full SHA
    1ec48af View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/altair/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/altair/default.nix
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@

buildPythonPackage rec {
pname = "altair";
version = "2.3.0";
version = "2.4.1";

src = fetchPypi {
inherit pname version;
sha256 = "9f4bc7cd132c0005deb6b36c7041ee213a69bbdfcd8c0b1a9f1ae8c1fba733f6";
sha256 = "1lqln4510qqqla6s8z4ca0271qrhq6yyznsijsdn3nssvxsynqpc";
};

postPatch = ''