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: 038e940717da
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d5f03bab3b89
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 21, 2019

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    14bb618 View commit details
  2. python: aenum: 2.1.4 -> 2.2.1

    FRidh committed Oct 21, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d5f03ba View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/development/python-modules/aenum/default.nix
  2. +2 −2 pkgs/development/python-modules/python-jenkins/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/aenum/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

buildPythonPackage rec {
pname = "aenum";
version = "2.1.4";
version = "2.2.1";

src = fetchPypi {
inherit pname version;
sha256 = "0644e5d19627beaaf01ca1a8349371f9de962eeb63c2b2c28045b2e674975b8c";
sha256 = "b12a7be3d89b270f266f8643aaa126404e5cdc0929bd6f09548b8eaed85e2aa1";
};

# For Python 3, locale has to be set to en_US.UTF-8 for
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/python-jenkins/default.nix
Original file line number Diff line number Diff line change
@@ -15,11 +15,11 @@

buildPythonPackage rec {
pname = "python-jenkins";
version = "1.4.0";
version = "1.5.0";

src = fetchPypi {
inherit pname version;
sha256 = "1h14hfcwichmppbgxf1k8njw29hchpav1kj574b4lly3j0n2vnag";
sha256 = "0b11f7c1dffc48579afefa8a310cba5b1c98785b9132892ff8cf5312f32ebc90";
};

buildInputs = [ mock ];