about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-02-09 16:59:21 +0000
committerJon <jonringer@users.noreply.github.com>2020-02-09 12:58:17 -0800
commitf28e474d5c2aaf13da276d9bfbaaefd4346f012d (patch)
tree11efd50ac5e668d4405fdcc2b9d35af07ce4f74a /pkgs
parent6baea7fc49fff426711e3cca26033e23bfc84a88 (diff)
downloadnixlib-f28e474d5c2aaf13da276d9bfbaaefd4346f012d.tar
nixlib-f28e474d5c2aaf13da276d9bfbaaefd4346f012d.tar.gz
nixlib-f28e474d5c2aaf13da276d9bfbaaefd4346f012d.tar.bz2
nixlib-f28e474d5c2aaf13da276d9bfbaaefd4346f012d.tar.lz
nixlib-f28e474d5c2aaf13da276d9bfbaaefd4346f012d.tar.xz
nixlib-f28e474d5c2aaf13da276d9bfbaaefd4346f012d.tar.zst
nixlib-f28e474d5c2aaf13da276d9bfbaaefd4346f012d.zip
python27Packages.persim: 0.1.1 -> 0.1.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/persim/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/persim/default.nix b/pkgs/development/python-modules/persim/default.nix
index d5e656c7b8fc..471552cdcc91 100644
--- a/pkgs/development/python-modules/persim/default.nix
+++ b/pkgs/development/python-modules/persim/default.nix
@@ -11,11 +11,11 @@
 
 buildPythonPackage rec {
   pname = "persim";
-  version = "0.1.1";
+  version = "0.1.2";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "932bb0489d4dc158e4f007ec609c61e4700003d882d8e7bdac218b70d14ce9cf";
+    sha256 = "0vz6s49ar7mhg4pj4jcbwb79s8acqj6jc70va5w79pjxb5pw8k2n";
   };
 
   propagatedBuildInputs = [