python310Packages.reflink: 0.2.1 -> 0.2.2

This commit is contained in:
R. Ryantm
2023-08-29 15:15:30 +00:00
parent dba6d77ad2
commit a8dd419c9c
@@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "reflink";
version = "0.2.1";
version = "0.2.2";
src = fetchPypi {
inherit pname version;
hash = "sha256-ySU1gtskQTv9cDq/wbKkneePMbSQcjnyhumhkpoebjo=";
hash = "sha256-iCN17nMZJ1rl9qahKHQGNl2sHpZDuRrRDlGH0/hCU70=";
};
propagatedBuildInputs = [ cffi ];