mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
python: Pweave: 0.25 -> 0.30.3
This commit is contained in:
parent
d820918b6f
commit
4d7764b1a4
@ -8,11 +8,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "Pweave";
|
pname = "Pweave";
|
||||||
version = "0.25";
|
version = "0.30.3";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1isqjz66c7vxdaqfwpkspki9p4054dsfx7pznwz28ik634hnj3qw";
|
sha256 = "5e5298d90e06414a01f48e0d6aa4c36a70c5f223d929f2a9c7e2d388451c7357";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ mock pkgs.glibcLocales ];
|
buildInputs = [ mock pkgs.glibcLocales ];
|
||||||
|
Loading…
Reference in New Issue
Block a user