Unverified Commit 3c54022a authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

Merge pull request #325578 from hlad/gajim-1.9.1

gajim: 1.9.0 -> 1.9.1, nbxmpp: 5.0.0 - > 5.0.1
parents c816e67f 36164989
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,11 +21,11 @@

python3.pkgs.buildPythonApplication rec {
  pname = "gajim";
  version = "1.9.0";
  version = "1.9.1";

  src = fetchurl {
    url = "https://gajim.org/downloads/${lib.versions.majorMinor version}/gajim-${version}.tar.gz";
    hash = "sha256-eiRLQZr60BvjqqnoYEY+LswgW6e+S9mTLvBKVCXrCzI=";
    hash = "sha256-VvXzGo8GLtkAJ/ZVOpYOboJeRqZkDbZDu9DMjaHqWus=";
  };

  format = "pyproject";
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "nbxmpp";
  version = "5.0.0";
  version = "5.0.1";
  format = "pyproject";

  disabled = pythonOlder "3.10";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "gajim";
    repo = "python-nbxmpp";
    rev = "refs/tags/${version}";
    hash = "sha256-WSeY9v1ELIZEWvbVHGZFq+8tZVVPkOwUwQ/4cOh8IwQ=";
    hash = "sha256-XHdKQu6mfPl8hUNBqOZlGmI1SdBqwZm/sYzBZEbpDD0=";
  };

  nativeBuildInputs = [