Merge pull request #290995 from r-ryantm/auto-update/ratarmount
ratarmount: 0.14.0 -> 0.14.1
This commit is contained in:
commit
100ce73c31
@ -8,14 +8,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "ratarmount";
|
pname = "ratarmount";
|
||||||
version = "0.14.0";
|
version = "0.14.1";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-P+p0h+KuOsunPsXbRwxzAhr1XcEqMjQxHeHmA29+pDQ=";
|
hash = "sha256-TrOYf9kbcRM8E9vq6sjswK2BQ0eA5zSGAIiNAfIZtnk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ ratarmountcore fusepy ];
|
propagatedBuildInputs = [ ratarmountcore fusepy ];
|
||||||
|
Loading…
Reference in New Issue
Block a user