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

Commits on Nov 7, 2018

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

    Robert Schütz committed Nov 7, 2018

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    NeQuissimus Tim Steinbach
    Copy the full SHA
    0ba53e9 View commit details
Showing with 2 additions and 8 deletions.
  1. +2 −8 pkgs/development/python-modules/py3status/default.nix
10 changes: 2 additions & 8 deletions pkgs/development/python-modules/py3status/default.nix
Original file line number Diff line number Diff line change
@@ -19,17 +19,11 @@

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

src = fetchPypi {
inherit pname version;
sha256 = "c9ef49f72c2d83976d2841ab7e70faee3c77f4d7dbb2d3390ef0f0509473ea9a";
};

# ImportError: cannot import name '_to_ascii'
patches = fetchpatch {
url = "${meta.homepage}/commit/8a48e01cb68b514b532f56037e4f5a6c19662de5.patch";
sha256 = "0v1yja5lvdjk6vh13lvh07n7aw5hjcy7v9lrs2dfb0y0cjw4kx9n";
sha256 = "b4262db0b3b181fbf1a44679cd817c1cf0126ec34b3537550e294208f413daac";
};

doCheck = false;