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

Commits on Jan 7, 2020

  1. Copy the full SHA
    a82b9a8 View commit details

Commits on Jan 8, 2020

  1. Merge pull request #77223 from r-ryantm/auto-update/python2.7-croniter

    python27Packages.croniter: 0.3.30 -> 0.3.31
    marsam authored Jan 8, 2020
    Copy the full SHA
    a71cec9 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/croniter/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/croniter/default.nix
Original file line number Diff line number Diff line change
@@ -8,11 +8,11 @@

buildPythonPackage rec {
pname = "croniter";
version = "0.3.30";
version = "0.3.31";

src = fetchPypi {
inherit pname version;
sha256 = "538adeb3a7f7816c3cdec6db974c441620d764c25ff4ed0146ee7296b8a50590";
sha256 = "15riw8sl8jzzkvvjlz3i3p7jcx423zipxhff5ddvki6zgnrb9149";
};

propagatedBuildInputs = [