mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python3Packages.python-sat: 0.1.6.dev6 -> 0.1.7.dev1
This commit is contained in:
parent
32fdd7a9fd
commit
af46b31130
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "python-sat";
|
pname = "python-sat";
|
||||||
version = "0.1.6.dev6";
|
version = "0.1.7.dev1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pysathq";
|
owner = "pysathq";
|
||||||
repo = "pysat";
|
repo = "pysat";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1gckxhqkvzyw7pmwg8xzxq146jysqy0s23l5mjc3awm6swdij66y";
|
sha256 = "sha256-zGdgD+SgoMB7/zDQI/trmV70l91TB7OkDxaJ30W3dkI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ six pypblib ];
|
propagatedBuildInputs = [ six pypblib ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue