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

Configure Feed

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

smile: 2.9.5 -> 2.10.1

emaryn f532f554 0823e91e

+3 -3
+3 -3
pkgs/by-name/sm/smile/package.nix
··· 15 15 16 16 python3.pkgs.buildPythonApplication rec { 17 17 pname = "smile"; 18 - version = "2.9.5"; 18 + version = "2.10.1"; 19 19 pyproject = false; # Builds with meson 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "mijorus"; 23 23 repo = "smile"; 24 - rev = version; 25 - hash = "sha256-WwkwJXRnIvBS0cdcmJhErZLe0wwvarUdE7rpx7qcd2E="; 24 + tag = version; 25 + hash = "sha256-tDdzq2a58x1MVV43IhTZQ/zrVBd2D4BW4102ZEUSWLo="; 26 26 }; 27 27 28 28 nativeBuildInputs = [