Skip to content

Commit

Permalink
Merge pull request #194641 from NixOS/backport-191101-to-release-22.05
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Oct 7, 2022
2 parents a4f6ec1 + 12e5182 commit 9ecc270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/jwcrypto/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

buildPythonPackage rec {
pname = "jwcrypto";
version = "1.3.1";
version = "1.4.2";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-VLVRsRX/tNErHx7pO4uipxu4VWuj2F1i9wdUlhPah3w=";
hash = "sha256-gKNentGzssQ84D2SxdSObQtmR+KqJhjkljRIkj14o3s=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 9ecc270

Please sign in to comment.