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: 880fae6a084a
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 879789666ff7
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 11, 2018

  1. python.pkgs.py3status: 3.13 -> 3.14

    Robert Schütz committed Nov 11, 2018
    Copy the full SHA
    8797896 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/py3status/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/py3status/default.nix
Original file line number Diff line number Diff line change
@@ -19,11 +19,11 @@

buildPythonPackage rec {
pname = "py3status";
version = "3.13";
version = "3.14";

src = fetchPypi {
inherit pname version;
sha256 = "b4262db0b3b181fbf1a44679cd817c1cf0126ec34b3537550e294208f413daac";
sha256 = "8775fb3903458a519593fc22b712ccac598464e319a12b9fdf04803fa60a1583";
};

doCheck = false;