mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
python: objgraph: 3.4.0 -> 3.4.1
This commit is contained in:
parent
2016715fa5
commit
62749c57b1
@ -10,11 +10,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "objgraph";
|
pname = "objgraph";
|
||||||
version = "3.4.0";
|
version = "3.4.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "4a0c2c6268e10a9e8176ae054ff3faac9a432087801e1f95c3ebbe52550295a0";
|
sha256 = "bf29512d7f8b457b53fa0722ea59f516abb8abc59b78f97f0ef81394a0c615a7";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Tests fail with PyPy.
|
# Tests fail with PyPy.
|
||||||
|
Loading…
Reference in New Issue
Block a user