ratarmount: 0.14.0 -> 0.14.1

This commit is contained in:
R. Ryantm 2024-02-23 22:09:19 +00:00
parent 7f81b2dee0
commit f47c6f64e2

View File

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