mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
Merge pull request #297035 from Stunkymonkey/python-pyzufall-normalize
python312Packages.pyzufall: normalize pname
This commit is contained in:
commit
477a8ad432
@ -1,11 +1,12 @@
|
||||
{ lib, fetchPypi, python, buildPythonPackage, nose, future, coverage }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "PyZufall";
|
||||
pname = "pyzufall";
|
||||
version = "0.13.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
pname = "PyZufall";
|
||||
inherit version;
|
||||
sha256 = "1jffhi20m82fdf78bjhncbdxkfzcskrlipxlrqq9741xdvrn14b5";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user