Merge pull request #290995 from r-ryantm/auto-update/ratarmount

ratarmount: 0.14.0 -> 0.14.1
This commit is contained in:
Mario Rodas 2024-02-27 07:00:53 -05:00 committed by GitHub
commit 100ce73c31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];