python3Packages.ratarmountcore: 1.0.0 -> 1.1.2

https://github.com/mxmlnkn/ratarmount/blob/core-v1.1.2/core/CHANGELOG.md

This commit was automatically generated using update-python-libraries.

Changed files
+2 -2
pkgs
development
python-modules
ratarmountcore
+2 -2
pkgs/development/python-modules/ratarmountcore/default.nix
···
buildPythonPackage rec {
pname = "ratarmountcore";
-
version = "1.0.0";
+
version = "1.1.2";
pyproject = true;
disabled = pythonOlder "3.10";
···
owner = "mxmlnkn";
repo = "ratarmount";
tag = "v${version}";
-
hash = "sha256-nTKbwZoD7nf3cKFJOR5p6ZRFHsKVeJXboOAhPjvnQAM=";
+
hash = "sha256-8DjmYYTb0BR5KvtSeI2s7VtYdbRSI+QCjhZfDwqnk3M=";
fetchSubmodules = true;
};