python3Packages.mautrix: 0.19.8 -> 0.19.9
Diff: https://github.com/mautrix/python/compare/refs/tags/v0.19.8...v0.19.9 Changelog: https://github.com/mautrix/python/releases/tag/v0.19.9
This commit is contained in:
parent
ea4dafd687
commit
8f40369ec1
@ -21,7 +21,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mautrix";
|
||||
version = "0.19.8";
|
||||
version = "0.19.9";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -30,7 +30,7 @@ buildPythonPackage rec {
|
||||
owner = "mautrix";
|
||||
repo = "python";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-AQJyOpPzmDqynp8zXw8BF52kUCOgmZrNceF6/cneig0=";
|
||||
hash = "sha256-GyviaWFPiT0ka0IUFU53DLPT8R8kRhTztvKTG9b7ads=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user