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.

python3Packages.symbolic: 12.16.1 -> 12.16.2

R. Ryantm 69ccc37f aebb3107

+3 -3
+3 -3
pkgs/development/python-modules/symbolic/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "symbolic"; 17 - version = "12.16.1"; 17 + version = "12.16.2"; 18 18 pyproject = true; 19 19 20 20 src = fetchFromGitHub { ··· 23 23 tag = version; 24 24 # the `py` directory is not included in the tarball, so we fetch the source via git instead 25 25 forceFetchGit = true; 26 - hash = "sha256-Y24IreRP/YZEugvro8PxMh32qAdEbFWhMxQLfeR1clM="; 26 + hash = "sha256-1auaIvm9y6iIhRC+mU6PX7vsPok0CDVJHLd4nx5j5wU="; 27 27 }; 28 28 29 29 cargoDeps = rustPlatform.fetchCargoVendor { 30 30 inherit pname version src; 31 - hash = "sha256-IUh+6lKGsVqrmbYKEu0kahiQeMGJ3cN5lu1DIj9Hd48="; 31 + hash = "sha256-uHRgV+wcdOsFqcYBMCJqy4CADN8XpXeKuVAsjI54Y9I="; 32 32 }; 33 33 34 34 nativeBuildInputs = [