python311Packages.ratarmount: 0.14.1 -> 0.14.2
This commit is contained in:
parent
f6eb921406
commit
d5112e04d9
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user