0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

python3Packages.python-sat: 0.1.6.dev6 -> 0.1.7.dev1

This commit is contained in:
Dmitry Kalinkin 2021-12-23 00:21:18 -05:00
parent 32fdd7a9fd
commit af46b31130
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

View file

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "python-sat";
version = "0.1.6.dev6";
version = "0.1.7.dev1";
src = fetchFromGitHub {
owner = "pysathq";
repo = "pysat";
rev = version;
sha256 = "1gckxhqkvzyw7pmwg8xzxq146jysqy0s23l5mjc3awm6swdij66y";
sha256 = "sha256-zGdgD+SgoMB7/zDQI/trmV70l91TB7OkDxaJ30W3dkI=";
};
propagatedBuildInputs = [ six pypblib ];