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.

python310Packages.reflink: 0.2.1 -> 0.2.2

+2 -2
+2 -2
pkgs/development/python-modules/reflink/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "reflink"; 10 - version = "0.2.1"; 10 + version = "0.2.2"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - hash = "sha256-ySU1gtskQTv9cDq/wbKkneePMbSQcjnyhumhkpoebjo="; 14 + hash = "sha256-iCN17nMZJ1rl9qahKHQGNl2sHpZDuRrRDlGH0/hCU70="; 15 15 }; 16 16 17 17 propagatedBuildInputs = [ cffi ];