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.ipyvue: 1.11.1 -> 1.11.2

+2 -2
+2 -2
pkgs/development/python-modules/ipyvue/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "ipyvue"; 12 - version = "1.11.1"; 12 + version = "1.11.2"; 13 13 pyproject = true; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - hash = "sha256-AwgE/5GgRK0/oHrjTjlSo9IxmDdnhDSqqZrkiLp0mls="; 17 + hash = "sha256-OxOBvRIBhPlwpdZt6sM7hZKmZsjhq3pa/TPs/zQuCpU="; 18 18 }; 19 19 20 20 build-system = [ setuptools ];