nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.webauthn: 1.7.2 -> 1.8.1

Diff: https://github.com/duo-labs/py_webauthn/compare/refs/tags/v1.7.2...v1.8.1

Changelog: https://github.com/duo-labs/py_webauthn/blob/v1.8.1/CHANGELOG.md

+2 -2
+2 -2
pkgs/development/python-modules/webauthn/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "webauthn"; 14 - version = "1.7.2"; 14 + version = "1.8.1"; 15 15 format = "setuptools"; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 20 20 owner = "duo-labs"; 21 21 repo = "py_webauthn"; 22 22 rev = "refs/tags/v${version}"; 23 - hash = "sha256-B8GdtaufMMl0gHywZ00wNyYZ+rojrExKuQsA/vmbYRI="; 23 + hash = "sha256-ivPLS+kh/H8qLojgc5qh1ndPzSZbzbnm9E+LQGq8+Xs="; 24 24 }; 25 25 26 26 propagatedBuildInputs = [