summary refs log tree commit diff
path: root/pkgs/development/python-modules/solo-python/default.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-01-14 10:20:32 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2020-01-14 10:20:32 +0100
commit05962c4ad558b6802e64e8992aebf2dfc946d34e (patch)
tree0fa0c4fd8cd03ca60fe09bd5816864281cbe8d39 /pkgs/development/python-modules/solo-python/default.nix
parented1b0d0bac6438fbfcb2dca77493edcbe3384114 (diff)
parentec2ed2d316d850061ffa75a43f487928b0d7e7c3 (diff)
downloadnixpkgs-05962c4ad558b6802e64e8992aebf2dfc946d34e.tar
nixpkgs-05962c4ad558b6802e64e8992aebf2dfc946d34e.tar.gz
nixpkgs-05962c4ad558b6802e64e8992aebf2dfc946d34e.tar.bz2
nixpkgs-05962c4ad558b6802e64e8992aebf2dfc946d34e.tar.lz
nixpkgs-05962c4ad558b6802e64e8992aebf2dfc946d34e.tar.xz
nixpkgs-05962c4ad558b6802e64e8992aebf2dfc946d34e.tar.zst
nixpkgs-05962c4ad558b6802e64e8992aebf2dfc946d34e.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/development/python-modules/solo-python/default.nix')
-rw-r--r--pkgs/development/python-modules/solo-python/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/solo-python/default.nix b/pkgs/development/python-modules/solo-python/default.nix
index 52d7d7539f9..216e5a2a84f 100644
--- a/pkgs/development/python-modules/solo-python/default.nix
+++ b/pkgs/development/python-modules/solo-python/default.nix
@@ -3,7 +3,7 @@
 
  buildPythonPackage rec {
   pname = "solo-python";
-  version = "0.0.18";
+  version = "0.0.21";
   format = "flit";
   disabled = pythonOlder "3.6"; # only python>=3.6 is supported
 
@@ -11,7 +11,7 @@
     owner = "solokeys";
     repo = pname;
     rev = version;
-    sha256 = "01mgppjvxlr93vrgz7bzisghpg1vqyaj4cg5wngk0h499iyx4d9q";
+    sha256 = "07r451dp3ma1mh735b2kjv86a4jkjhmag70cjqf73z7b61dmzl1q";
   };
 
   # replaced pinned fido, with unrestricted fido version
@@ -48,6 +48,5 @@
     homepage = "https://github.com/solokeys/solo-python";
     maintainers = with maintainers; [ wucke13 ];
     license = with licenses; [ asl20 mit ];
-    broken = true; # no longer compatible with fido2
   };
 }