Update python-mautrix

This commit is contained in:
Gitea Bot 2023-05-17 13:57:44 +00:00
parent 4d7fa1d1bb
commit a8a59b9fa7
No known key found for this signature in database
GPG key ID: 417A4BCCAB696E24
4 changed files with 22 additions and 21 deletions

View file

@ -1,13 +1,14 @@
{ lib,
{
lib,
fetchFromGitHub,
buildLinux,
...
} @ args:
let
} @ args: let
modDirVersion = "6.3.0";
source = builtins.fromJSON (builtins.readFile ./source.json);
in buildLinux (args // {
in
buildLinux (args
// {
inherit modDirVersion;
version = "6.3.0+${source.rev}";
src = fetchFromGitHub {

View file

@ -12,11 +12,11 @@
}:
buildPythonPackage rec {
pname = "mautrix";
version = "0.19.13";
version = "0.19.14";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-za/XgsOF9fdZfFrTPxy9MDWxyGPieG/K7w9HbjixPmI=";
sha256 = "sha256-OMU8lc3dEhGv3XCntq+yd+0ywS6AFCNXwBjQOwSg+0s=";
};
propagatedBuildInputs = [