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

Commits on Jan 16, 2021

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    angerman Moritz Angermann
    Copy the full SHA
    5edf616 View commit details
  2. Merge pull request #109485 from r-ryantm/auto-update/python3.7-ipyvue

    python37Packages.ipyvue: 1.4.1 -> 1.5.0
    SuperSandro2000 authored Jan 16, 2021
    Copy the full SHA
    51397fb View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/ipyvue/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ipyvue/default.nix
Original file line number Diff line number Diff line change
@@ -8,13 +8,13 @@

buildPythonPackage rec {
pname = "ipyvue";
version = "1.4.1";
version = "1.5.0";

disabled = isPy27;

src = fetchPypi {
inherit pname version;
sha256 = "5b59cf92a1eb7fbef4f2d02be49ac562a721a6cf34f991ac963222cf4c8885a1";
sha256 = "e8549a7ac7dc45948a5f2735e17f97622313c7fea24ea3c1bd4a5ebf02bf5638";
};

propagatedBuildInputs = [ ipywidgets ];