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

Configure Feed

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

python312Packages.libbs: 2.11.3 -> 2.13.0

+2 -2
+2 -2
pkgs/development/python-modules/libbs/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "libbs"; 23 - version = "2.11.3"; 23 + version = "2.13.0"; 24 24 pyproject = true; 25 25 26 26 src = fetchFromGitHub { 27 27 owner = "binsync"; 28 28 repo = "libbs"; 29 29 tag = "v${version}"; 30 - hash = "sha256-Ztn4AYnDlHpUYsr8jMvzmQ4zlRpDVsL+J6F1ipLbwwI="; 30 + hash = "sha256-QNiI8qNqh3DlYoGcfExu5PXK1FHXRmcyefMsAfpOMy0="; 31 31 }; 32 32 33 33 build-system = [ setuptools ];