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

Commits on Aug 5, 2019

  1. python37Packages.emoji: 0.5.2 -> 0.5.3

    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-emoji/versions
    r-ryantm committed Aug 5, 2019
    Copy the full SHA
    3619512 View commit details
  2. Merge pull request #66066 from r-ryantm/auto-update/python3.7-emoji

    python37Packages.emoji: 0.5.2 -> 0.5.3
    joachifm authored Aug 5, 2019
    Copy the full SHA
    5aeab0b View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/emoji/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/emoji/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

buildPythonPackage rec {
pname = "emoji";
version = "0.5.2";
version = "0.5.3";

src = fetchPypi {
inherit pname version;
sha256 = "9ae01495fc3fcc04e9136ca1af8cae58726ec5dfaaa92f61f0732cbae9a12fa9";
sha256 = "0kn6qq1h0d6cg70wk0hji6bcwg5s18ys6gfmlmfmx8420ka150dn";
};

checkInputs = [ nose ];