about summary refs log tree commit diff
path: root/pkgs/by-name/po
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-11-18 17:30:18 -0500
committerfigsoda <figsoda@pm.me>2023-11-18 17:30:18 -0500
commitb07228bd236d5ea062f7872088a8684a76f338ac (patch)
tree503b20910243600fa76b8525d909a1b0a520fb78 /pkgs/by-name/po
parent906026982482f8809e02e907191d5aa4628998e8 (diff)
downloadnixlib-b07228bd236d5ea062f7872088a8684a76f338ac.tar
nixlib-b07228bd236d5ea062f7872088a8684a76f338ac.tar.gz
nixlib-b07228bd236d5ea062f7872088a8684a76f338ac.tar.bz2
nixlib-b07228bd236d5ea062f7872088a8684a76f338ac.tar.lz
nixlib-b07228bd236d5ea062f7872088a8684a76f338ac.tar.xz
nixlib-b07228bd236d5ea062f7872088a8684a76f338ac.tar.zst
nixlib-b07228bd236d5ea062f7872088a8684a76f338ac.zip
poethepoet: 0.24.2 -> 0.24.4
Diff: https://github.com/nat-n/poethepoet/compare/v0.24.2...v0.24.4

Changelog: https://github.com/nat-n/poethepoet/releases/tag/v0.24.4
Diffstat (limited to 'pkgs/by-name/po')
-rw-r--r--pkgs/by-name/po/poethepoet/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/po/poethepoet/package.nix b/pkgs/by-name/po/poethepoet/package.nix
index cdaccc6b436a..4faecc29cff1 100644
--- a/pkgs/by-name/po/poethepoet/package.nix
+++ b/pkgs/by-name/po/poethepoet/package.nix
@@ -5,14 +5,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "poethepoet";
-  version = "0.24.2";
+  version = "0.24.4";
   pyproject = true;
 
   src = fetchFromGitHub {
     owner = "nat-n";
     repo = "poethepoet";
     rev = "v${version}";
-    hash = "sha256-tumEwaHXFLSXOmyQba4wBU5irvzZBL3BsCtF+Nlly+c=";
+    hash = "sha256-RTV3TVNciJE7dC/gtViZcSWFXR2A4qNMAJ/1OEzMAus=";
   };
 
   nativeBuildInputs = [