python3Packages.primp: 1.2.1 -> 1.2.2

This commit is contained in:
Clément
2026-04-06 12:23:55 -07:00
parent d44b617fac
commit df0d5f4e16
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1909,7 +1909,7 @@ dependencies = [
[[package]]
name = "primp"
version = "1.2.1"
version = "1.2.2"
dependencies = [
"criterion",
"h2",
@@ -1925,7 +1925,7 @@ dependencies = [
[[package]]
name = "primp-python"
version = "1.2.1"
version = "1.2.2"
dependencies = [
"anyhow",
"bytes",
@@ -11,14 +11,14 @@
buildPythonPackage (finalAttrs: {
pname = "primp";
version = "1.2.1";
version = "1.2.2";
pyproject = true;
src = fetchFromGitHub {
owner = "deedy5";
repo = "primp";
tag = "v${finalAttrs.version}";
hash = "sha256-3NAu8hAHdazsV+KEH7gUms8XGKW84nasHnygIz5jRa8=";
hash = "sha256-AOMlf7Qo9CJFyEUXdtQuwnFQVBzejHTc6UHie/OlHOo=";
};
# The Cargo.lock is not pushed upstream