python311Packages.ratarmount: 0.14.1 -> 0.14.2

This commit is contained in:
R. Ryantm 2024-04-07 07:54:28 +00:00
parent f6eb921406
commit d5112e04d9
1 changed files with 2 additions and 2 deletions

View File

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