mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +00:00
python3Packages.serpent: 1.40 -> 1.41
This commit is contained in:
parent
8dc60e4a4c
commit
36c16f1f57
@ -10,11 +10,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "serpent";
|
||||
version = "1.40";
|
||||
version = "1.41";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "10b34e7f8e3207ee6fb70dcdc9bce473851ee3daf0b47c58aec1b48032ac11ce";
|
||||
sha256 = "sha256-BAcDX+PGZEOH1Iz/FGfVqp/v+BTQc3K3hnftDuPtcJU=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = lib.optionals isPy27 [ enum34 ];
|
||||
|
Loading…
Reference in New Issue
Block a user