Merge pull request #302290 from r-ryantm/auto-update/python311Packages.ratarmount
python311Packages.ratarmount: 0.14.1 -> 0.14.2 Closes https://github.com/NixOS/nixpkgs/pull/302250
This commit is contained in:
commit
2ac510f961
@ -8,14 +8,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "ratarmount";
|
pname = "ratarmount";
|
||||||
version = "0.14.1";
|
version = "0.14.2";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-TrOYf9kbcRM8E9vq6sjswK2BQ0eA5zSGAIiNAfIZtnk=";
|
hash = "sha256-CZh27X5EmUiRYfeV0KOnpMrFDfa+qDFHr2pInD90UO8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ ratarmountcore fusepy ];
|
propagatedBuildInputs = [ ratarmountcore fusepy ];
|
||||||
|
Loading…
Reference in New Issue
Block a user