summary refs log tree commit diff
path: root/pkgs/development/libraries/pyotherside
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-02-04 09:24:31 -0800
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-03-03 20:51:07 +0100
commit62ae8a9e0987d7c85f4fca9c559ed594d6898e93 (patch)
tree59e2c7f6a6ad0ba19bbc2c6cc4ab685de0aba43a /pkgs/development/libraries/pyotherside
parent3a797b9816632b0964db4123cd0eaf7c346a3f6e (diff)
downloadnixpkgs-62ae8a9e0987d7c85f4fca9c559ed594d6898e93.tar
nixpkgs-62ae8a9e0987d7c85f4fca9c559ed594d6898e93.tar.gz
nixpkgs-62ae8a9e0987d7c85f4fca9c559ed594d6898e93.tar.bz2
nixpkgs-62ae8a9e0987d7c85f4fca9c559ed594d6898e93.tar.lz
nixpkgs-62ae8a9e0987d7c85f4fca9c559ed594d6898e93.tar.xz
nixpkgs-62ae8a9e0987d7c85f4fca9c559ed594d6898e93.tar.zst
nixpkgs-62ae8a9e0987d7c85f4fca9c559ed594d6898e93.zip
pyotherside: 1.5.3 -> 1.5.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pyotherside/versions
Diffstat (limited to 'pkgs/development/libraries/pyotherside')
-rw-r--r--pkgs/development/libraries/pyotherside/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/pyotherside/default.nix b/pkgs/development/libraries/pyotherside/default.nix
index 0c2d4fa2b28..94347a546fc 100644
--- a/pkgs/development/libraries/pyotherside/default.nix
+++ b/pkgs/development/libraries/pyotherside/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation rec {
   pname = "pyotherside";
-  version = "1.5.3";
+  version = "1.5.4";
 
   src = fetchFromGitHub {
     owner = "thp";
     repo = "pyotherside";
     rev = version;
-    sha256 = "1xaw1aarj8gpgpm4z3lk8klbssadrsf3xdyzqx10zcwy16amka7k";
+    sha256 = "1cmmsmzmis4a463p2fjlzbkpw8r53wfvq3mldyfgmi14dkxr3ln3";
   };
 
   nativeBuildInputs = [ qmake ];