1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

Merge pull request #69924 from r-ryantm/auto-update/python3.7-sepaxml

python37Packages.sepaxml: 2.1.0 -> 2.2.0
This commit is contained in:
Jon 2019-09-29 03:25:28 -07:00 committed by GitHub
commit 8cfe3960ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
}:
buildPythonPackage rec {
version = "2.1.0";
version = "2.2.0";
pname = "sepaxml";
disabled = isPy27;
@ -14,7 +14,7 @@ buildPythonPackage rec {
owner = "raphaelm";
repo = "python-sepaxml";
rev = version;
sha256 = "0lkb0nnyxmwvm6gkwls8w2290b66lwz9bv8p39wwcn7flabviwhj";
sha256 = "1qmgdcz61hs65m2fddwn9jpyk2sxifdb0f3jz1n0lgy774z0pmas";
};
propagatedBuildInputs = [