python312Packages.mautrix: 0.20.4 -> 0.20.6
Diff: https://github.com/mautrix/python/compare/refs/tags/v0.20.4...v0.20.6 Changelog: https://github.com/mautrix/python/releases/tag/v0.20.6
This commit is contained in:
parent
dbb6ecc653
commit
90e99f54dc
@ -22,7 +22,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mautrix";
|
||||
version = "0.20.4";
|
||||
version = "0.20.6";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
@ -31,7 +31,7 @@ buildPythonPackage rec {
|
||||
owner = "mautrix";
|
||||
repo = "python";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-A9d/r4Caeo4tO82/MMXgU5xKvXRDnK0iQUm8AFhDPLM=";
|
||||
hash = "sha256-g6y2u3ipSp5HoakHqd/ryPlyA+kR7zO6uY4AqfqbwiE=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user