Merge pull request #303530 from r-ryantm/auto-update/python312Packages.ratarmount

python312Packages.ratarmount: 0.14.2 -> 0.15.0
This commit is contained in:
Matthias Beyer 2024-04-17 17:19:46 +02:00 committed by GitHub
commit 88579aaec6
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.2";
version = "0.15.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-CZh27X5EmUiRYfeV0KOnpMrFDfa+qDFHr2pInD90UO8=";
hash = "sha256-2slLshH07O+4PIU3dF9vX2ZcXjaUVyTFYc59LL2J5iY=";
};
propagatedBuildInputs = [ ratarmountcore fusepy ];