python312Packages.ratarmount: 0.14.2 -> 0.15.0

This commit is contained in:
R. Ryantm 2024-04-12 05:22:45 +00:00
parent c81c241415
commit e9985efdbc
1 changed files with 2 additions and 2 deletions

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "ratarmount";
version = "0.14.2";
version = "0.15.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-CZh27X5EmUiRYfeV0KOnpMrFDfa+qDFHr2pInD90UO8=";
hash = "sha256-2slLshH07O+4PIU3dF9vX2ZcXjaUVyTFYc59LL2J5iY=";
};
propagatedBuildInputs = [ ratarmountcore fusepy ];