Update python-mautrix #122

Merged
darkkirb merged 1 commit from update-python-mautrix into main 2023-04-25 15:39:22 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 204dfa3f69 - Show all commits

View file

@ -12,11 +12,11 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "mautrix"; pname = "mautrix";
version = "0.19.12"; version = "0.19.13";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-fsNyASxDcD4IO9Oewr7qs51xCaOWVmBNEP+mRlxl6hY="; sha256 = "sha256-za/XgsOF9fdZfFrTPxy9MDWxyGPieG/K7w9HbjixPmI=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [

View file

@ -2,7 +2,7 @@
stdenv, stdenv,
fetchurl, fetchurl,
lib, lib,
unzip unzip,
}: }:
with builtins; with builtins;
with lib; let with lib; let