about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-10-23 10:54:17 +0200
committerGitHub <noreply@github.com>2021-10-23 10:54:17 +0200
commita50f89a085f7d04e0f8f676d4e2ba7346f7b7527 (patch)
tree9a5a7732f6754ed59f9da3bfd089225f60e01c0d /pkgs
parent5bc85280255104c5478c35d3ecea1850ba3e1b6e (diff)
parent5c2879d8854ec35f5bd79807b27d1fcc4d9e51bf (diff)
Merge pull request #142608 from fabaff/bump-restfly
python3Packages.restfly: 1.4.2 -> 1.4.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/restfly/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/restfly/default.nix b/pkgs/development/python-modules/restfly/default.nix
index 2eef8cdba6046..30db5c6638137 100644
--- a/pkgs/development/python-modules/restfly/default.nix
+++ b/pkgs/development/python-modules/restfly/default.nix
@@ -11,13 +11,13 @@
 
 buildPythonPackage rec {
   pname = "restfly";
-  version = "1.4.2";
+  version = "1.4.3";
 
   src = fetchFromGitHub {
     owner = "stevemcgrath";
     repo = pname;
     rev = version;
-    sha256 = "sha256-1sLkjM6hRAbfrZEXP97N9ZDqpL255LC7JS1r2yOXG5E=";
+    sha256 = "sha256-F+1Z+VAJkfqD345ZLE/DMyDW0ZqdV+wIA9N6ohl2rbY=";
   };
 
   propagatedBuildInputs = [