mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
python3Packages.scour: 0.38 -> 0.38.1.post1
This commit is contained in:
parent
5e3c79e88e
commit
590c5949e2
@ -2,11 +2,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "scour";
|
||||
version = "0.38";
|
||||
version = "0.38.1.post1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "cf50a13dcdf8cfe1861f0ce334f413604e376a7681c5b181e15322f43c3befcd";
|
||||
sha256 = "81b93dcfc57338f1260db4fb62697b653770a8a8bd756dcba3640c9b558a7145";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ six ];
|
||||
|
Loading…
Reference in New Issue
Block a user