Skip to content

Commit

Permalink
python3Packages.pynitrokey: 0.4.47 -> 0.4.48
Browse files Browse the repository at this point in the history
  • Loading branch information
frogamic committed Jul 15, 2024
1 parent a14c5d6 commit 2098128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pynitrokey/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

let
pname = "pynitrokey";
version = "0.4.47";
version = "0.4.48";
mainProgram = "nitropy";
in

Expand All @@ -40,7 +40,7 @@ buildPythonPackage {

src = fetchPypi {
inherit pname version;
hash = "sha256-WOHDskGAZGhiU48JGV0yDhWIpFELFLHhn9g5sbchKKg=";
hash = "sha256-Tl9eVSEFOnQj4CHshvrLWkl9OkSFDivahCPQ0QTYgpQ=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 2098128

Please sign in to comment.