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

Commits on Jan 20, 2020

  1. python3Packages.solo-python: 0.0.21 -> 0.0.23

    + also fix for 78032
    wucke13 committed Jan 20, 2020
    Copy the full SHA
    216b47c View commit details

Commits on Jan 21, 2020

  1. Merge pull request #78097 from wucke13/solo-python

    python3Packages.solo-python: 0.0.21 -> 0.0.23
    marsam authored Jan 21, 2020
    Copy the full SHA
    044c02f View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/solo-python/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/solo-python/default.nix
Original file line number Diff line number Diff line change
@@ -3,15 +3,15 @@

buildPythonPackage rec {
pname = "solo-python";
version = "0.0.21";
version = "0.0.23";
format = "flit";
disabled = pythonOlder "3.6"; # only python>=3.6 is supported

src = fetchFromGitHub {
owner = "solokeys";
repo = pname;
rev = version;
sha256 = "07r451dp3ma1mh735b2kjv86a4jkjhmag70cjqf73z7b61dmzl1q";
sha256 = "0r9cq0sd8pqnavgwa5cqgdxzbgly2baq8fpclnnz6anb2974kg3f";
};

# replaced pinned fido, with unrestricted fido version