mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
pythonPackages.PyRSS2Gen: fix sha256
The old hash caused version 1.0 version to be installed instead of 1.1, for some reason.
This commit is contained in:
parent
1aaeb94855
commit
43941da859
@ -20511,7 +20511,7 @@ in {
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "4929d022713129401160fd47550d5158931e4ea6a7136b5d8dfe3b13ac16f2f0";
|
||||
sha256 = "1rvf5jw9hknqz02rp1vg8abgb1lpa0bc65l7ylmlillqx7bswq3r";
|
||||
};
|
||||
|
||||
# No tests in archive
|
||||
|
Loading…
Reference in New Issue
Block a user