pythonPackages.pystache: fix pname

This commit is contained in:
Mario Rodas
2019-09-06 19:05:48 +02:00
committed by Frederik Rietdijk
parent 053b9da754
commit 59ff3a08f8
@@ -1,7 +1,7 @@
{ stdenv, buildPythonPackage, python, fetchPypi, isPy3k, glibcLocales }:
buildPythonPackage rec {
pname = "pystache-${version}";
pname = "pystache";
version = "0.5.4";
src = fetchPypi {