Skip to content

Commit

Permalink
python311Packages.ed25519-blake2b: 1.4 -> 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jan 25, 2024
1 parent adac00c commit e6b1cb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ed25519-blake2b/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

buildPythonPackage rec {
pname = "ed25519-blake2b";
version = "1.4";
version = "1.4.1";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-0aHLkDLsMHzpW0HGGUQP1NP87MGPIkA1zH1tx6fY70A=";
hash = "sha256-cx6fk80awaZGSVdfNRmpn/4LseTPe/X18L5ROjnfc2M=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit e6b1cb3

Please sign in to comment.