Merge pull request #266633 from r-ryantm/auto-update/python311Packages.rpmfile

python311Packages.rpmfile: 1.1.1 -> 2.0.0
This commit is contained in:
OTABI Tomoya 2023-11-11 13:29:16 +09:00 committed by GitHub
commit 263b755fa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@
}:
buildPythonPackage rec {
pname = "rpmfile";
version = "1.1.1";
version = "2.0.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-ZxcHe1QxdG2GBIPMNrnJy6Vd8SRgZ4HOtwsks2be8Cs=";
sha256 = "sha256-tLDdVTrZlxGk+oYmeCm/4XLAPx6hzkztJP+lXtiDhb4=";
};
# Tests access the internet