about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLancelot SIX <lsix+github@lancelotsix.com>2020-06-12 08:22:01 +0100
committerGitHub <noreply@github.com>2020-06-12 08:22:01 +0100
commite45ff84e2343b86022b92973a8e15d5dd31147ab (patch)
tree398a808429d4ac44243ca1af90e67cc6e7611ac8 /pkgs
parentb23c1abe9390b9384c241e16d4da0ea421547c71 (diff)
parent58a4f737c61861a25ca754057b2868cc7231ddd8 (diff)
downloadnixlib-e45ff84e2343b86022b92973a8e15d5dd31147ab.tar
nixlib-e45ff84e2343b86022b92973a8e15d5dd31147ab.tar.gz
nixlib-e45ff84e2343b86022b92973a8e15d5dd31147ab.tar.bz2
nixlib-e45ff84e2343b86022b92973a8e15d5dd31147ab.tar.lz
nixlib-e45ff84e2343b86022b92973a8e15d5dd31147ab.tar.xz
nixlib-e45ff84e2343b86022b92973a8e15d5dd31147ab.tar.zst
nixlib-e45ff84e2343b86022b92973a8e15d5dd31147ab.zip
Merge pull request #90114 from r-ryantm/auto-update/poezio
poezio: 0.13 -> 0.13.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/instant-messengers/poezio/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/poezio/default.nix b/pkgs/applications/networking/instant-messengers/poezio/default.nix
index 485ceb2080fd..8dc70d6d7921 100644
--- a/pkgs/applications/networking/instant-messengers/poezio/default.nix
+++ b/pkgs/applications/networking/instant-messengers/poezio/default.nix
@@ -2,7 +2,7 @@
 , pytest, aiodns, slixmpp, pyinotify, potr, mpd2, cffi, pkgconfig, setuptools }:
 buildPythonApplication rec {
     pname = "poezio";
-    version = "0.13";
+    version = "0.13.1";
 
     disabled = pythonOlder "3.4";
 
@@ -14,7 +14,7 @@ buildPythonApplication rec {
       owner = pname;
       repo = pname;
       rev = "v${version}";
-      sha256 = "14ig7va0yf5wdhi8hk00f1wni8pj37agggdnvsicvcw2rz1cdw0x";
+      sha256 = "041y61pcbdb86s04qwp8s1g6bp84yskc7vdizwpi2hz18y01x5fy";
     };
 
     checkPhase = ''