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:
Mario Rodas 2024-04-07 16:08:41 -05:00 committed by GitHub
commit 2ac510f961
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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