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

Configure Feed

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

python3Packages.x3dh: 1.1.0 -> 1.2.0

+4 -2
+4 -2
pkgs/development/python-modules/x3dh/default.nix
··· 9 9 typing-extensions, 10 10 pytestCheckHook, 11 11 pytest-asyncio, 12 + pytest-cov-stub, 12 13 }: 13 14 buildPythonPackage rec { 14 15 pname = "x3dh"; 15 - version = "1.1.0"; 16 + version = "1.2.0"; 16 17 pyproject = true; 17 18 18 19 src = fetchFromGitHub { 19 20 owner = "Syndace"; 20 21 repo = "python-x3dh"; 21 22 tag = "v${version}"; 22 - hash = "sha256-/hC1Kze4yBOlgbWJcGddcYty9fqwZ08Lyi0IiqSDibI="; 23 + hash = "sha256-NLuFfkutFtNrpBcLA/83QArCDrlrT+i85s2d6FHtuT0="; 23 24 }; 24 25 25 26 strictDeps = true; ··· 39 38 nativeCheckInputs = [ 40 39 pytestCheckHook 41 40 pytest-asyncio 41 + pytest-cov-stub 42 42 ]; 43 43 44 44 pythonImportsCheck = [ "x3dh" ];