6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "1w92sj47wy53ygz725xr613k32pk5khi0g9lrpp6img871241hrx";
16 description = "Inspect btrfs filesystems";
17 homepage = "https://github.com/knorrie/python-btrfs";
18 license = licenses.lgpl3Plus;
19 platforms = platforms.linux;
20 maintainers = [ maintainers.evils ];