python: Deprecated: 1.2.6 -> 1.2.7

This commit is contained in:
Frederik Rietdijk 2019-11-19 15:35:34 +01:00
parent 417f9a5b41
commit 8fb0996388
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "Deprecated"; pname = "Deprecated";
version = "1.2.6"; version = "1.2.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1hcw9y7dvhwg5flk6wy8aa4kkgpvcqq3q4jd53h54586fp7w85d5"; sha256 = "408038ab5fdeca67554e8f6742d1521cd3cd0ee0ff9d47f29318a4f4da31c308";
}; };
postPatch = '' postPatch = ''