Skip to content

Commit 09b2448

Browse files
authored
nitrokey: 0.2.3 -> 0.2.4 (NixOS#375776)
2 parents 864f89f + e171f54 commit 09b2448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/nitrokey/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717

1818
buildPythonPackage rec {
1919
pname = "nitrokey";
20-
version = "0.2.3";
20+
version = "0.2.4";
2121
pyproject = true;
2222

2323
src = fetchPypi {
2424
inherit pname version;
25-
hash = "sha256-8Ig2LI7waU/IbUwApyFI2TwtarT5bYolgeq14SgmbEo=";
25+
hash = "sha256-XDlcOfOTGgYsg5DLsy1wJd3AzuvWSvqyFSEYrDOp0Ic=";
2626
};
2727

2828
disabled = pythonOlder "3.9";

0 commit comments

Comments
 (0)